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/kernel/gen_system/GEN_Map.h')
-rw-r--r--source/kernel/gen_system/GEN_Map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/kernel/gen_system/GEN_Map.h b/source/kernel/gen_system/GEN_Map.h
index a01d6c3f6be..fba1b4ecbc6 100644
--- a/source/kernel/gen_system/GEN_Map.h
+++ b/source/kernel/gen_system/GEN_Map.h
@@ -32,6 +32,10 @@
#ifndef GEN_MAP_H
#define GEN_MAP_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
template <class Key, class Value>
class GEN_Map {
private: