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/memutil/MEM_NonCopyable.h')
-rw-r--r--intern/memutil/MEM_NonCopyable.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/intern/memutil/MEM_NonCopyable.h b/intern/memutil/MEM_NonCopyable.h
index da67ce6b3e3..635c61704cd 100644
--- a/intern/memutil/MEM_NonCopyable.h
+++ b/intern/memutil/MEM_NonCopyable.h
@@ -30,9 +30,13 @@
*/
#ifndef NAN_INCLUDED_NonCopyable_h
-
#define NAN_INCLUDED_NonCopyable_h
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
/**
* Simple class that makes sure sub classes cannot
* generate standard copy constructors.