]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for PCH-less OS X build after wxFSW merge.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Oct 2009 16:53:57 +0000 (16:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Oct 2009 16:53:57 +0000 (16:53 +0000)
Include wx/log.h explicitly as we use wxLogTrace().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/core/evtloop_cf.cpp

index a0e30982c44ad8acc884769339ce1304db66d061..94b0940ece1b66cf267dc9c32eab5049c83a0a78 100644 (file)
 
 #if wxUSE_EVENTLOOP_SOURCE
 
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+#endif
+
 #include "wx/evtloopsrc.h"
 
 #include "wx/scopedptr.h"