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:
authorCampbell Barton <ideasman42@gmail.com>2008-12-28 11:46:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-12-28 11:46:38 +0300
commitf7f9d6a68da998f60b615ecc1ac9284ce3b29011 (patch)
tree23124f0e5d32f54a0ee8255662335783bf9d8ecc /source/blender/python
parent625f47755458a1b4b3ad9743aa14ae24700e00b6 (diff)
missing bpy_compat.h for <3.0 py
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_util.c b/source/blender/python/intern/bpy_util.c
index 606b9d620c1..d0778f4d2e3 100644
--- a/source/blender/python/intern/bpy_util.c
+++ b/source/blender/python/intern/bpy_util.c
@@ -22,6 +22,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
+#include "bpy_compat.h"
#include "bpy_util.h"
#include "BLI_dynstr.h"
#include "MEM_guardedalloc.h"