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/noise.c')
-rw-r--r--source/blender/python/generic/noise.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/generic/noise.c b/source/blender/python/generic/noise.c
index 7293cb91d45..860ba8edf21 100644
--- a/source/blender/python/generic/noise.c
+++ b/source/blender/python/generic/noise.c
@@ -38,6 +38,8 @@
#include "structseq.h"
#include "BLI_blenlib.h"
+#include "BLI_utildefines.h"
+
#include "DNA_texture_types.h"
#include "BKE_utildefines.h"