From bd76e17e0f94ccb5459d0510b0234237aa2060f7 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Tue, 30 Sep 2003 19:56:23 +0000 Subject: [PATCH] Fixed compilation problem. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/data.cpp | 2 ++ src/os2/fontdlg.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/src/os2/data.cpp b/src/os2/data.cpp index cf2189494a..28ba3f0884 100644 --- a/src/os2/data.cpp +++ b/src/os2/data.cpp @@ -16,6 +16,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; diff --git a/src/os2/fontdlg.cpp b/src/os2/fontdlg.cpp index 147a590720..e1998a8058 100644 --- a/src/os2/fontdlg.cpp +++ b/src/os2/fontdlg.cpp @@ -21,6 +21,7 @@ #endif #include "wx/fontdlg.h" +#include "wx/fontutil.h" #define INCL_PM #include -- 2.45.2