diff --git a/src/mac/carbon/dc.cpp b/src/mac/carbon/dc.cpp index 5e62998da3..95d6293c85 100644 --- a/src/mac/carbon/dc.cpp +++ b/src/mac/carbon/dc.cpp @@ -20,12 +20,15 @@ #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 diff --git a/src/mac/dc.cpp b/src/mac/dc.cpp index 5e62998da3..95d6293c85 100644 --- a/src/mac/dc.cpp +++ b/src/mac/dc.cpp @@ -20,12 +20,15 @@ #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