]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
Fixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in...
[wxWidgets.git] / src / common / variant.cpp
index c6a70f2a33c74f08411f48e8531d63d10f1a6670..7994a92651673a8e1a81b69a108d01c10d4393c6 100644 (file)
     #endif
 #endif
 
+#if defined(__MWERKS__) && __MSL__ >= 0x6000
+using namespace std ;
+#endif
+
 #if wxUSE_STREAMS
 #include "wx/stream.h"
 #include "wx/txtstrm.h"