From: Stefan Neis Date: Wed, 8 Oct 2008 12:13:05 +0000 (+0000) Subject: Added missing include. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0f626acb662a4b153c6f75f0d50e0eac58b7e1fe Added missing include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"