From 99d9596328e77ba5ec4108d55cc22d376a25f58a Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 20 Mar 2009 10:51:58 +0000 Subject: 2.5 Makes older python's compile. --- source/blender/python/intern/bpy_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/intern') diff --git a/source/blender/python/intern/bpy_util.h b/source/blender/python/intern/bpy_util.h index d6ee8feb767..29e05228e7c 100644 --- a/source/blender/python/intern/bpy_util.h +++ b/source/blender/python/intern/bpy_util.h @@ -24,6 +24,8 @@ #include +#include "bpy_compat.h" + /* for internal use only, so python can interchange a sequence of strings with flags */ typedef struct BPY_flag_def { const char *name; -- cgit v1.2.3