]> git.saurik.com Git - wxWidgets.git/commitdiff
adding fix for non-precomp header build
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Jun 2010 11:50:53 +0000 (11:50 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Jun 2010 11:50:53 +0000 (11:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/nonownedwnd.mm

index 235cc8111b6c8b73e39a9c159ffebeabccb130d8..5002792b0fa79485d3328b84fc535ee050d0afe4 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef WX_PRECOMP
     #include "wx/nonownedwnd.h"
     #include "wx/frame.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/osx/private.h"