From 28410cdcee7a91101e23a75bc6fa98e0de6bf9c0 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 31 Aug 2003 20:55:56 +0000 Subject: [PATCH] Added missing include to resource file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23331 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 a3dddf55b8..c1d68f0ffe 100644 --- a/src/os2/cursor.cpp +++ b/src/os2/cursor.cpp @@ -23,6 +23,7 @@ #endif #include "wx/os2/private.h" +#include "wx/os2/wxrsc.h" #include "wx/image.h" #include "assert.h" -- 2.50.0