]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing non-precomp builds
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 17 Mar 2010 09:13:55 +0000 (09:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 17 Mar 2010 09:13:55 +0000 (09:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/evtloop.cpp
src/osx/cocoa/evtloop.mm

index 218b945b413d5cce666dd0361fea184330a1c5ab..f208d9801cdc0e90a4a907d37b99bc004a00e459 100644 (file)
@@ -29,6 +29,7 @@
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/log.h"
+    #include "wx/nonownedwnd.h"
 #endif // WX_PRECOMP
 
 #include "wx/osx/private.h"
index 97a3b763300e8c36850c5d190db2773fce21b97c..4771978ff4c325710c5c818f25dae9ab7568c28a 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/nonownedwnd.h"
 #endif // WX_PRECOMP
 
 #include "wx/log.h"