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:
Włodzimierz Skiba 2004-12-03 17:31:53 +00:00
parent 84df104241
commit c7dc771115

View File

@ -1,6 +1,10 @@
#ifndef _WX_BRUSH_H_BASE_
#define _WX_BRUSH_H_BASE_
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/gdiobj.h"
// wxBrushBase
class WXDLLEXPORT wxBrushBase: public wxGDIObject
{