]> git.saurik.com Git - wxWidgets.git/commitdiff
adding explicit log.h include
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 1 Feb 2009 05:38:03 +0000 (05:38 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 1 Feb 2009 05:38:03 +0000 (05:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/nonownedwnd_osx.cpp

index 2a6f1cf0057a0404f444138f12e405ec4a14d3e0..39d569c003d974750d429303fd44522c6ac1ec5d 100644 (file)
@@ -13,6 +13,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif // WX_PRECOMP
 
 #include "wx/hashmap.h"