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) {