]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compilation problem.
authorStefan Neis <Stefan.Neis@t-online.de>
Tue, 30 Sep 2003 19:56:23 +0000 (19:56 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Tue, 30 Sep 2003 19:56:23 +0000 (19:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/data.cpp
src/os2/fontdlg.cpp

index cf2189494a580a100f13584799237786ecc7e6aa..28ba3f088491fd313225562b0c405877b61fb034 100644 (file)
@@ -16,6 +16,8 @@
 #include "wx/wx.h"
 #endif
 
 #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;
 // Current cursor, in order to hang on to
 // cursor handle when setting the cursor globally
 wxCursor *g_globalCursor = NULL;
index 147a590720501b900fec5d20e211f40f9255b129..e1998a8058e1c0fdd8526b8a8e4b26ae5f623f8d 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/fontdlg.h"
 #endif
 
 #include "wx/fontdlg.h"
+#include "wx/fontutil.h"
 
 #define INCL_PM
 #include <os2.h>
 
 #define INCL_PM
 #include <os2.h>