]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
update mac gl, after rev 50900
[wxWidgets.git] / include / wx / msw / private.h
index f31355f2cbc7f5356053d5c0884fde0e8435aeb5..7944e1b9767fb493942775a28a2e8af60abb7abd 100644 (file)
@@ -213,6 +213,11 @@ struct WinStruct : public T
 #include "wx/gdicmn.h"
 #include "wx/colour.h"
 
+#include "wx/msw/dc.h"
+#include "wx/msw/dcclient.h"
+#include "wx/msw/dcmemory.h"
+
+
 // make conversion from wxColour and COLORREF a bit less painful
 inline COLORREF wxColourToRGB(const wxColour& c)
 {