From 0f626acb662a4b153c6f75f0d50e0eac58b7e1fe Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 8 Oct 2008 12:13:05 +0000 Subject: [PATCH] Added missing include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/cursor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os2/cursor.cpp b/src/os2/cursor.cpp index 7378c885e3..1f14052c8c 100644 --- a/src/os2/cursor.cpp +++ b/src/os2/cursor.cpp @@ -21,6 +21,7 @@ #include "wx/app.h" #include "wx/icon.h" #include "wx/image.h" + #include "wx/log.h" #endif #include "wx/os2/private.h" -- 2.47.2