From: Włodzimierz Skiba Date: Wed, 24 May 2006 17:03:11 +0000 (+0000) Subject: Missing app.h include. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d48d1eaeda4d6c5ce31c58696446391985eebbb3 Missing app.h include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index cc30f65aa1..501393ac7b 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -24,14 +24,16 @@ #pragma hdrstop #endif +#include "wx/fontutil.h" + #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/font.h" // wxFont enums #include "wx/encinfo.h" #include "wx/hash.h" #include "wx/utils.h" // for wxGetDisplay() #endif // PCH -#include "wx/fontutil.h" #include "wx/fontmap.h" #include "wx/tokenzr.h" #include "wx/module.h"