Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-07-08 20:41:48 +00:00
parent ec64c74532
commit a6abcf2ef8
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/bitmap.h" #include "wx/bitmap.h"
#include "wx/list.h" #include "wx/list.h"
#include "wx/arrstr.h"
// ============================================================================ // ============================================================================
/* /*

View File

@@ -18,6 +18,7 @@
#endif #endif
#include "wx/fontenc.h" #include "wx/fontenc.h"
#include "wx/arrstr.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxFontEnumerator enumerates all available fonts on the system or only the // wxFontEnumerator enumerates all available fonts on the system or only the