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:
@@ -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_
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user