summaryrefslogtreecommitdiff
path: root/src/core/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r--src/core/commonheaders.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h
index 482bab7f2d..5cb9c620a2 100644
--- a/src/core/commonheaders.h
+++ b/src/core/commonheaders.h
@@ -41,9 +41,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <vssym32.h>
#include <Shlwapi.h>
-#include <vector>
-using namespace std;
+#ifdef _DEBUG
+#include <crtdbg.h>
+#endif
+#include <malloc.h>
#include <stdio.h>
#include <time.h>
#include <stddef.h>