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:
Diffstat (limited to 'source/blender/python/generic/blf_py_api.c')
-rw-r--r--source/blender/python/generic/blf_py_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/generic/blf_py_api.c b/source/blender/python/generic/blf_py_api.c
index 380f2e456bd..3d645ab8482 100644
--- a/source/blender/python/generic/blf_py_api.c
+++ b/source/blender/python/generic/blf_py_api.c
@@ -26,6 +26,9 @@
#include "blf_py_api.h"
#include "../../blenfont/BLF_api.h"
+
+#include "BLI_utildefines.h"
+
#include "BKE_utildefines.h"
static char py_blf_position_doc[] =