X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..0e4e783cf0c0648dc1d3cad07ec42c4372533233:/src/mgl/fontenum.cpp?ds=sidebyside diff --git a/src/mgl/fontenum.cpp b/src/mgl/fontenum.cpp index e7130181d5..f00e22fd38 100644 --- a/src/mgl/fontenum.cpp +++ b/src/mgl/fontenum.cpp @@ -3,7 +3,7 @@ // Purpose: wxFontEnumerator class for MGL // Author: Vaclav Slavik // RCS-ID: $Id$ -// Copyright: (c) 2001 Vaclav Slavik +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -15,8 +15,11 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ - #pragma implementation "fontenum.h" +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop #endif #include "wx/defs.h" @@ -25,6 +28,7 @@ #include "wx/utils.h" #include "wx/fontenum.h" +#include "wx/encinfo.h" #include "wx/fontutil.h" #include