git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42153 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 
 class wxMacPortStateHelper;
 
 
 class wxMacPortStateHelper;
 
+#if wxUSE_GRAPHICS_CONTEXT
+
+#include "wx/graphics.h"
+
+#else
+
 class WXDLLEXPORT wxGraphicPath
 {
 public :
 class WXDLLEXPORT wxGraphicPath
 {
 public :
 
 #if wxMAC_USE_CORE_GRAPHICS
     wxGraphicContext                *m_graphicContext;
 
 #if wxMAC_USE_CORE_GRAPHICS
     wxGraphicContext                *m_graphicContext;
-    wxPoint                         m_macLocalOriginInPort;
 #else
     void                            MacInstallPen() const;
     void                            MacInstallBrush() const;
 #else
     void                            MacInstallPen() const;
     void                            MacInstallBrush() const;