Compilation fix for PCH-less OS X build after wxFSW merge.

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
This commit is contained in:
Vadim Zeitlin 2009-10-22 16:53:57 +00:00
parent 7880889720
commit fe5816f08f

View File

@ -27,6 +27,10 @@
#if wxUSE_EVENTLOOP_SOURCE
#ifndef WX_PRECOMP
#include "wx/log.h"
#endif
#include "wx/evtloopsrc.h"
#include "wx/scopedptr.h"