X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..6b5d017e8fb3be050aa1c4e23267b189c2b41e98:/src/mgl/fontenum.cpp?ds=sidebyside diff --git a/src/mgl/fontenum.cpp b/src/mgl/fontenum.cpp index e7130181d5..46386dfd99 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 ///////////////////////////////////////////////////////////////////////////// @@ -19,6 +19,13 @@ #pragma implementation "fontenum.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #include "wx/defs.h" #include "wx/dynarray.h" #include "wx/string.h"