summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/stdafx.h')
-rw-r--r--source/Concept/Framework/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Concept/Framework/stdafx.h b/source/Concept/Framework/stdafx.h
index d653b9e..db15d17 100644
--- a/source/Concept/Framework/stdafx.h
+++ b/source/Concept/Framework/stdafx.h
@@ -1,6 +1,8 @@
#include <stdlib.h>
-using namespace std;
+#ifdef _WIN32
+ #include <memory.h>
+#endif
#include "defines.h"
#include "tools.h"