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

src/osx/utils_osx.cpp

index e044f1a54d32672b508cb5f709baccd57a5d27e0..6318dd92eb409d43cf1d70123ac2051cc7dfba79 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/app.h"
+    #include "wx/log.h"
     #if wxUSE_GUI
         #include "wx/toplevel.h"
         #include "wx/font.h"