]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/colordlg.cpp
64 bit compilation fix (pointer can't be cast to int); code simplification (don't...
[wxWidgets.git] / src / palmos / colordlg.cpp
index 8c988dafbcfa10ecc970a68137a93aa59835b2a9..8811a607dd462e94dc160a72581fd32daff24b1c 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        src/palmos/colordlg.cpp
 // Purpose:     wxColourDialog class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -38,6 +38,9 @@
 #include "wx/cmndata.h"
 #include "wx/colordlg.h"
 
+#include <UIColor.h>
+#include <UIControls.h>
+
 // ----------------------------------------------------------------------------
 // wxWin macros
 // ----------------------------------------------------------------------------