]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
untangling dc and gc
[wxWidgets.git] / include / wx / dc.h
index 8cee8f3fb75d8d9822f1c0198617fbe99caad539..a5784f471ccc4528f8c8b64f90846762d4e42198 100644 (file)
@@ -856,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