]> git.saurik.com Git - wxWidgets.git/commitdiff
non precomp build fix
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Apr 2010 04:13:56 +0000 (04:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Apr 2010 04:13:56 +0000 (04:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/menu_osx.cpp

index 14e866718130924e608b67e86cecfcc2ea7be69f..7b09d6f526c30cb0aef6319ab3cdf877040e126a 100644 (file)
@@ -27,6 +27,7 @@
     #include "wx/app.h"
     #include "wx/utils.h"
     #include "wx/frame.h"
+    #include "wx/dialog.h"
     #include "wx/menuitem.h"
 #endif