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