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/blenpluginapi/plugin.h')
-rw-r--r--source/blender/blenpluginapi/plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index 59596b8b7df..12864477e4d 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -31,6 +31,10 @@
#ifndef PLUGIN_H
#define PLUGIN_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "iff.h"
#include "util.h"
#include "floatpatch.h"