From f5b5c15cbee88549a8fbf1b9e70db8390bfb43eb Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 8 Jan 2002 23:37:40 +0000 Subject: [PATCH] OS/2 NativeFontInfo support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/os2/private.h b/include/wx/os2/private.h index a1afb719f4..039859ed51 100644 --- a/include/wx/os2/private.h +++ b/include/wx/os2/private.h @@ -21,6 +21,8 @@ #define INCL_SHLERRORS #include +#include "wx/fontenc.h" + class WXDLLEXPORT wxFont; class WXDLLEXPORT wxWindow; -- 2.45.2