compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-02-12 20:35:27 +00:00
parent 08e5319b03
commit c3d15542d6
3 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
#pragma interface "fontenum.h" #pragma interface "fontenum.h"
#endif #endif
#include "wx/fontenc.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxFontEnumerator enumerates all available fonts on the system or only the // wxFontEnumerator enumerates all available fonts on the system or only the
// fonts with given attributes // fonts with given attributes

View File

@@ -21,6 +21,7 @@
#endif #endif
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#include "wx/colour.h"
IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)

View File

@@ -21,6 +21,7 @@
#include "wx/pen.h" #include "wx/pen.h"
#include "wx/bitmap.h" #include "wx/bitmap.h"
#include "wx/colour.h"
#include "wx/mgl/private.h" #include "wx/mgl/private.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------