]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
Committing in .
[wxWidgets.git] / src / common / memory.cpp
index 0f51b89b6d2cd00ea90d8119c1f3c5d81a890dbf..a50a6013807dab5be9ca8c8e3b0820893507872d 100644 (file)
@@ -35,7 +35,7 @@
 #include "wx/app.h"
 #endif
 
-#include <wx/log.h>
+#include "wx/log.h"
 #include <stdlib.h>
 
 #include "wx/ioswrap.h"
@@ -46,7 +46,8 @@
     #include <fstream>
 #endif
 
-#if !defined(__WATCOMC__) && !defined(__VMS__) && !defined( __MWERKS__ ) && !defined(__SALFORDC__)
+#if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )\
+     && !defined( __MWERKS__ ) && !defined(__SALFORDC__)
 #include <memory.h>
 #endif