]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 12 Feb 2003 20:35:27 +0000 (20:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 12 Feb 2003 20:35:27 +0000 (20:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontenum.h
src/mgl/colour.cpp
src/mgl/pen.cpp

index 105693a20204adccbf133e4cabd08c5f20738884..456590ae64f5c274ca2adf7fdbf45d0aadf7b315 100644 (file)
@@ -17,6 +17,8 @@
     #pragma interface "fontenum.h"
 #endif
 
     #pragma interface "fontenum.h"
 #endif
 
+#include "wx/fontenc.h"
+
 // ----------------------------------------------------------------------------
 // wxFontEnumerator enumerates all available fonts on the system or only the
 // fonts with given attributes
 // ----------------------------------------------------------------------------
 // wxFontEnumerator enumerates all available fonts on the system or only the
 // fonts with given attributes
index 54fee22346933e8d3818a3d28cf14a31d6dbceb1..c40969e083553ce73b39c0c872312c1fdb043b33 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/gdicmn.h"
 #endif
 
 #include "wx/gdicmn.h"
+#include "wx/colour.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)
 
index dc2e476e82c5e3c08a3e52f5bf96c4e351206e80..863291bd9d048d16f65ed28698863ff23aaf0718 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "wx/pen.h"
 #include "wx/bitmap.h"
 
 #include "wx/pen.h"
 #include "wx/bitmap.h"
+#include "wx/colour.h"
 #include "wx/mgl/private.h"
 
 //-----------------------------------------------------------------------------
 #include "wx/mgl/private.h"
 
 //-----------------------------------------------------------------------------