non-pch build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-12-01 18:37:08 +00:00
parent cdcfde5d20
commit 380740af5d
2 changed files with 5 additions and 3 deletions

View File

@@ -7,9 +7,10 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef __GTKDCH__ #ifndef _WX_GTKDC_H_
#define __GTKDCH__ #define _WX_GTKDC_H_
#include "wx/dc.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxDC // wxDC
@@ -51,4 +52,4 @@ private:
#define wxHAS_WORKING_GTK_DC_BLIT #define wxHAS_WORKING_GTK_DC_BLIT
#endif #endif
#endif // __GTKDCH__ #endif // _WX_GTKDC_H_

View File

@@ -22,6 +22,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/log.h" #include "wx/log.h"
#include "wx/dcmemory.h" #include "wx/dcmemory.h"
#include "wx/dcprint.h"
#include "wx/icon.h" #include "wx/icon.h"
#include "wx/math.h" #include "wx/math.h"
#include "wx/image.h" #include "wx/image.h"