wxGDIObject is used earlier now so additional #include is required for those without PCH.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#ifndef _WX_BRUSH_H_BASE_
|
#ifndef _WX_BRUSH_H_BASE_
|
||||||
#define _WX_BRUSH_H_BASE_
|
#define _WX_BRUSH_H_BASE_
|
||||||
|
|
||||||
|
#include "wx/defs.h"
|
||||||
|
#include "wx/object.h"
|
||||||
|
#include "wx/gdiobj.h"
|
||||||
|
|
||||||
// wxBrushBase
|
// wxBrushBase
|
||||||
class WXDLLEXPORT wxBrushBase: public wxGDIObject
|
class WXDLLEXPORT wxBrushBase: public wxGDIObject
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user