From 07ce6032992946c14ab6a854b6fba9cd7d8a7198 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Wed, 25 Oct 2006 23:19:40 +0000 Subject: 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. --- source/blender/makesdna/DNA_userdef_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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 - -- cgit v1.2.3