From 6918257d406e82e5a8b0fb8f4f45f105c9392cdd Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 17 Feb 2009 13:07:58 +0000 Subject: [PATCH] add wx/log.h for non-PCH build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk1/evtloop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk1/evtloop.cpp b/src/gtk1/evtloop.cpp index 1a32789eb9..9ada3a18c9 100644 --- a/src/gtk1/evtloop.cpp +++ b/src/gtk1/evtloop.cpp @@ -28,6 +28,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/log.h" #endif // WX_PRECOMP #include -- 2.45.2