]> git.saurik.com Git - wxWidgets.git/commitdiff
adding missing header for non-precomp build
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 15 Jan 2009 12:50:13 +0000 (12:50 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 15 Jan 2009 12:50:13 +0000 (12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/window.mm

index a21626cdb27f6676593494c536ba5c3ba0b1612f..eca008e83bd647bd76a2d09d090e6b24eb1d0a04 100644 (file)
@@ -12,7 +12,8 @@
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-#include "wx/nonownedwnd.h"
+    #include "wx/nonownedwnd.h"
+    #include "wx/log.h"
 #endif
 
 #ifdef __WXMAC__