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/render/intern/include/texture.h')
-rw-r--r--source/blender/render/intern/include/texture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/render/intern/include/texture.h b/source/blender/render/intern/include/texture.h
index aefba4bc372..c10e7a61851 100644
--- a/source/blender/render/intern/include/texture.h
+++ b/source/blender/render/intern/include/texture.h
@@ -39,6 +39,10 @@
/* no types!!! */
/* #include "texture_types.h" */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct Tex;
struct MTex;
struct HaloRen;