]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcclient.h
converted to 16 colors
[wxWidgets.git] / include / wx / msw / dcclient.h
index e9eaac7776076d8e9bdd92520987f5d92c99c6b7..21d1a42e53304c5d702b3d5052e8350b1081f245 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/dc.h"
+#include "wx/dynarray.h"
 
 // ----------------------------------------------------------------------------
 // array types
@@ -28,6 +29,7 @@
 
 // this one if used by wxPaintDC only
 struct WXDLLEXPORT wxPaintDCInfo;
+
 WX_DECLARE_OBJARRAY(wxPaintDCInfo, wxArrayDCInfo);
 
 // ----------------------------------------------------------------------------