X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3096bd2fa7b88105bc54c08e3c878585de1a9b91..270a909e20a2c652fd816ad14407113ad0319c9d:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index d7d6c07461..a50a601380 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -46,7 +46,8 @@ #include #endif -#if !defined(__WATCOMC__) && !defined(__VMS__) && !defined( __MWERKS__ ) && !defined(__SALFORDC__) +#if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )\ + && !defined( __MWERKS__ ) && !defined(__SALFORDC__) #include #endif