]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/dc.cpp
made sure the alignment for the non-carbon fake list def resource is always 68k
[wxWidgets.git] / src / mac / dc.cpp
index 5e62998da39ebd8514d5e1c2818bf9c1faf9367e..95d6293c8507fb9f0bf68b86a404fb805046732b 100644 (file)
 #include "wx/region.h"
 #include "wx/image.h"
 
-#include "wx/mac/private.h"
 
 #if __MSL__ >= 0x6000
 #include "math.h"
+using namespace std ;
 #endif
 
+#include "wx/mac/private.h"
+
+
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
 #endif