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/img/intern/IMG_MemPtr.h')
-rw-r--r--source/blender/img/intern/IMG_MemPtr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/img/intern/IMG_MemPtr.h b/source/blender/img/intern/IMG_MemPtr.h
index 772e7aa9886..f8576c61fbc 100644
--- a/source/blender/img/intern/IMG_MemPtr.h
+++ b/source/blender/img/intern/IMG_MemPtr.h
@@ -37,6 +37,10 @@
#include <stddef.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/**
* A memory pointer for memory of any type.
* It can be used to avoid memory leaks when allocating memory in constructors.