]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
[wxWidgets.git] / src / common / dcbase.cpp
index 623ff0bc61c8c8a4544986c03d6c08c4499db694..c0e98a3bdb6aea12993a1251c84c6426e7b8f789 100644 (file)
     #include "wx/dfb/dcscreen.h"
 #endif
 
+#ifdef __WXPALMOS__
+    #include "wx/palmos/dcclient.h"
+    #include "wx/palmos/dcmemory.h"
+    #include "wx/palmos/dcscreen.h"
+#endif
+
 //----------------------------------------------------------------------------
 // wxDCFactory
 //----------------------------------------------------------------------------