Fixed compilation problem.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2003-09-30 19:56:23 +00:00
parent b76fa6fe3b
commit bd76e17e0f
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
#include "wx/wx.h" #include "wx/wx.h"
#endif #endif
#include "wx/fontutil.h"
// Current cursor, in order to hang on to // Current cursor, in order to hang on to
// cursor handle when setting the cursor globally // cursor handle when setting the cursor globally
wxCursor *g_globalCursor = NULL; wxCursor *g_globalCursor = NULL;

View File

@@ -21,6 +21,7 @@
#endif #endif
#include "wx/fontdlg.h" #include "wx/fontdlg.h"
#include "wx/fontutil.h"
#define INCL_PM #define INCL_PM
#include <os2.h> #include <os2.h>