From cfaf8bd177829c2449bb4a465c3161861d553236 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 25 Sep 2008 18:36:16 +0000 Subject: [PATCH] fix for non-PCH builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/cursor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/cursor.cpp b/src/gtk/cursor.cpp index 8c0eee4f3a..3e2a20c632 100644 --- a/src/gtk/cursor.cpp +++ b/src/gtk/cursor.cpp @@ -17,6 +17,7 @@ #include "wx/app.h" #include "wx/image.h" #include "wx/bitmap.h" + #include "wx/log.h" #endif // WX_PRECOMP #include -- 2.50.0