From d8fa5f3db732734be0140d1daa7883f1bf34fc8d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 28 Dec 2008 08:49:41 +0000 Subject: include order is important here :/ --- source/blender/python/intern/bpy_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_util.c') diff --git a/source/blender/python/intern/bpy_util.c b/source/blender/python/intern/bpy_util.c index d0778f4d2e3..28d97f9bdf5 100644 --- a/source/blender/python/intern/bpy_util.c +++ b/source/blender/python/intern/bpy_util.c @@ -22,10 +22,11 @@ * ***** END GPL LICENSE BLOCK ***** */ -#include "bpy_compat.h" + #include "bpy_util.h" #include "BLI_dynstr.h" #include "MEM_guardedalloc.h" +#include "bpy_compat.h" PyObject *BPY_flag_to_list(struct BPY_flag_def *flagdef, int flag) { -- cgit v1.2.3