From 050ffabbc394aecb975be9f90712d04c31c91857 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Sep 2003 17:22:23 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/fontutil.cpp | 1 + src/mac/fontutil.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mac/carbon/fontutil.cpp b/src/mac/carbon/fontutil.cpp index e352f7269e..04c8f22e11 100644 --- a/src/mac/carbon/fontutil.cpp +++ b/src/mac/carbon/fontutil.cpp @@ -36,6 +36,7 @@ #include "wx/fontutil.h" #include "wx/fontmap.h" +#include "wx/encinfo.h" #include "wx/tokenzr.h" diff --git a/src/mac/fontutil.cpp b/src/mac/fontutil.cpp index e352f7269e..04c8f22e11 100644 --- a/src/mac/fontutil.cpp +++ b/src/mac/fontutil.cpp @@ -36,6 +36,7 @@ #include "wx/fontutil.h" #include "wx/fontmap.h" +#include "wx/encinfo.h" #include "wx/tokenzr.h" -- 2.47.2