Missing include for ListBase. Wasn't a problem until someone try to include this without including ListBase (manually or through something else). Safe now.
This commit is contained in:
Martin Poirier
2006-10-25 23:19:40 +00:00
parent a3cff50ef6
commit 07ce603299

View File

@@ -35,6 +35,8 @@
#ifndef DNA_USERDEF_TYPES_H
#define DNA_USERDEF_TYPES_H
#include "DNA_listBase.h"
/* themes; defines in BIF_resource.h */
// global, button colors
@@ -267,4 +269,3 @@ extern UserDef U; /* from usiblender.c !!!! */
#endif