Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2006-10-26 03:19:40 +0400
committerMartin Poirier <theeth@yahoo.com>2006-10-26 03:19:40 +0400
commit07ce6032992946c14ab6a854b6fba9cd7d8a7198 (patch)
tree90f582655e430c169a41165319cdbb920cdce003 /source/blender/makesdna
parenta3cff50ef66296d371d7141206208f8da3b210a9 (diff)
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.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 1d2a8ce4b2c..eb787682755 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -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
-