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:
parent
7880889720
commit
fe5816f08f
@ -27,6 +27,10 @@
|
||||
|
||||
#if wxUSE_EVENTLOOP_SOURCE
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/evtloopsrc.h"
|
||||
|
||||
#include "wx/scopedptr.h"
|
||||
|
Loading…
Reference in New Issue
Block a user