diff --git a/src/osx/core/evtloop_cf.cpp b/src/osx/core/evtloop_cf.cpp index a0e30982c4..94b0940ece 100644 --- a/src/osx/core/evtloop_cf.cpp +++ b/src/osx/core/evtloop_cf.cpp @@ -27,6 +27,10 @@ #if wxUSE_EVENTLOOP_SOURCE +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + #include "wx/evtloopsrc.h" #include "wx/scopedptr.h"