]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/radiobut.cpp
Line-up interfaces to use size_t for GetCount()s.
[wxWidgets.git] / src / palmos / radiobut.cpp
index 2e008218e0a8158321d134bda60f11fba6054742..394cf2d4139c2a032bce266b954faa645bb4c0da 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "radiobut.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -36,6 +32,8 @@
     #include "wx/dcscreen.h"
 #endif
 
+#include <Control.h>
+
 // ============================================================================
 // wxRadioButton implementation
 // ============================================================================