Cleanup.
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user