]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/fontdlg.cpp
finalize MAC implementation
[wxWidgets.git] / src / os2 / fontdlg.cpp
index 147a590720501b900fec5d20e211f40f9255b129..c2b6091965909b508023027ee8bda1f6cef0d73e 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/fontdlg.h"
+#include "wx/fontutil.h"
 
 #define INCL_PM
 #include <os2.h>
@@ -39,7 +40,6 @@ int wxFontDialog::ShowModal()
     FONTDLG                         vFontDlg;
     char                            zCurrentFont[FACESIZE];
     HWND                            hWndFontDlg;
-    FONTMETRICS                     vFm;
     FACENAMEDESC                    vFn;
 
     memset(&vFontDlg, '\0', sizeof(FONTDLG));