]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/fontenum.cpp
fixed VC6 compilation
[wxWidgets.git] / src / mgl / fontenum.cpp
index 46386dfd99240d15a23a5df2bc92797f2a095520..ee847022d3b8753a41682da2ce85532fc1941fa5 100644 (file)
@@ -15,7 +15,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "fontenum.h"
 #endif
 
@@ -32,6 +32,7 @@
 #include "wx/utils.h"
 
 #include "wx/fontenum.h"
+#include "wx/encinfo.h"
 #include "wx/fontutil.h"
 
 #include <mgraph.h>