summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/Concept/Framework/module.cpp0
-rw-r--r--source/Concept/Framework/module.h0
-rw-r--r--source/Concept/Framework/stdafx.h4
3 files changed, 3 insertions, 1 deletions
diff --git a/source/Concept/Framework/module.cpp b/source/Concept/Framework/module.cpp
deleted file mode 100644
index e69de29..0000000
--- a/source/Concept/Framework/module.cpp
+++ /dev/null
diff --git a/source/Concept/Framework/module.h b/source/Concept/Framework/module.h
deleted file mode 100644
index e69de29..0000000
--- a/source/Concept/Framework/module.h
+++ /dev/null
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"