]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/fontutil.cpp
key/char event changes for inline editing (japanese/hirgana etc)
[wxWidgets.git] / src / cocoa / fontutil.cpp
index 06814b4bca8807958894f692a951c3d5ea7014ed..3c184f4aefc1638f45db3f859b7d41f68a8d7cd9 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "fontutil.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -36,6 +32,7 @@
 #include "wx/tokenzr.h"
 #include "wx/hash.h"
 #include "wx/module.h"
 #include "wx/tokenzr.h"
 #include "wx/hash.h"
 #include "wx/module.h"
+#include "wx/encinfo.h"
 
 #ifdef __WXGTK20__
 
 
 #ifdef __WXGTK20__