]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbmp.h
removed OnIdle() which didn't compile any longer
[wxWidgets.git] / include / wx / statbmp.h
index 3b5cc2890639b059de2ea6651c7d2b9818821ddb..7481a381af7110a01f9537ca1dfa94a92bb2e57c 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "statbmpbase.h"
 #endif
 
+#include "wx/defs.h"
+
 #if wxUSE_STATBMP
 
 #include "wx/control.h"
@@ -54,6 +56,8 @@ protected:
     #include "wx/gtk/statbmp.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/statbmp.h"
+#elif defined(__WXCOCOA__)
+    #include "wx/cocoa/statbmp.h"
 #elif defined(__WXPM__)
     #include "wx/os2/statbmp.h"
 #endif