]> git.saurik.com Git - wxWidgets.git/commitdiff
adding missing include
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 12 Jun 2013 23:48:01 +0000 (23:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 12 Jun 2013 23:48:01 +0000 (23:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/window.mm

index 8580b52b5baf2c5b34b49a071effb6a06b462b7c..c76c1a858073cac78be240f43c1adb49bcfbe96a 100644 (file)
@@ -17,6 +17,7 @@
     #include "wx/log.h"
     #include "wx/textctrl.h"
     #include "wx/combobox.h"
+    #include "wx/radiobut.h"
 #endif
 
 #ifdef __WXMAC__