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 'intern/string/STR_HashedString.h')
-rw-r--r--intern/string/STR_HashedString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/string/STR_HashedString.h b/intern/string/STR_HashedString.h
index bf18a4e4da6..9ba8e98bb7b 100644
--- a/intern/string/STR_HashedString.h
+++ b/intern/string/STR_HashedString.h
@@ -40,6 +40,10 @@
#ifndef __STR_HASHSTRING
#define __STR_HASHSTRING
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "STR_String.h"