From 01346c364c5b8e21ebfa6b31e2a9fc2df8ca3531 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Sep 2014 20:06:05 +0000 Subject: [PATCH] wxGTK PCH-less compilation build fix after r77537. Add the required #include. See #15699. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/bitmap.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/bitmap.cpp b/src/gtk/bitmap.cpp index 077f06de79..f5c76c72e4 100644 --- a/src/gtk/bitmap.cpp +++ b/src/gtk/bitmap.cpp @@ -15,6 +15,7 @@ #include "wx/icon.h" #include "wx/image.h" #include "wx/colour.h" + #include "wx/cursor.h" #endif #include "wx/rawbmp.h"