X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b56b16aca250be0f25881456350966a535095e2..3c1f8cb1f5cbef0f7699110fd28027948e644c6f:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index afb298c3c3..a5784f471c 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -18,6 +18,7 @@ #include "wx/object.h" // the base class +#include "wx/intl.h" // for wxLayoutDirection #include "wx/cursor.h" // we have member variables of these classes #include "wx/font.h" // so we can't do without them #include "wx/colour.h" @@ -855,6 +856,10 @@ private: #include "wx/os2/dc.h" #endif +#if wxUSE_GRAPHICS_CONTEXT + #include "wx/dcgraph.h" +#endif + // ---------------------------------------------------------------------------- // helper class: you can use it to temporarily change the DC text colour and // restore it automatically when the object goes out of scope @@ -1001,7 +1006,7 @@ private: bool m_inDrawing; - DECLARE_NO_COPY_CLASS(wxOverlay); + DECLARE_NO_COPY_CLASS(wxOverlay) }; class WXDLLEXPORT wxDCOverlay @@ -1028,7 +1033,7 @@ private: wxWindowDC* m_dc; - DECLARE_NO_COPY_CLASS(wxDCOverlay); + DECLARE_NO_COPY_CLASS(wxDCOverlay) }; #endif // _WX_DC_H_BASE_