X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74b0216f3af83142db6f496a71a25f66ea04bfac..fef7400f9c888aa4203e5ed24ef0ae76da3d55ea:/src/gtk1/fontdlg.cpp diff --git a/src/gtk1/fontdlg.cpp b/src/gtk1/fontdlg.cpp index b6117da0b0..df4b0eae8a 100644 --- a/src/gtk1/fontdlg.cpp +++ b/src/gtk1/fontdlg.cpp @@ -18,6 +18,8 @@ #if wxUSE_FONTDLG +#ifndef __WXGPE__ + #include "wx/fontutil.h" #include "wx/fontdlg.h" #include "wx/utils.h" @@ -189,3 +191,5 @@ void wxFontDialog::SetChosenFont(const char *fontname) #endif // wxUSE_FONTDLG +#endif // GPE +