X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f5c180eba88f20438789e1a84a435ed8615fbff..cb41a69b152026d6c586d21148e34913291cd733:/src/os2/data.cpp diff --git a/src/os2/data.cpp b/src/os2/data.cpp index cf2189494a..1f7323d09d 100644 --- a/src/os2/data.cpp +++ b/src/os2/data.cpp @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: data.cpp +// Name: src/os2/data.cpp // Purpose: Various OS/2-specific global data // Author: David Webster // Modified by: // Created: 09/20/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -16,6 +15,8 @@ #include "wx/wx.h" #endif +#include "wx/fontutil.h" + // Current cursor, in order to hang on to // cursor handle when setting the cursor globally wxCursor *g_globalCursor = NULL;