projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84df104
)
wxGDIObject is used earlier now so additional #include is required for those without...
author
Włodzimierz Skiba
<abx@abx.art.pl>
Fri, 3 Dec 2004 17:31:53 +0000
(17:31 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Fri, 3 Dec 2004 17:31:53 +0000
(17:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30851
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/brush.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/brush.h
b/include/wx/brush.h
index ce4abb1a3b9138d856708f0f81c6cae2aa28bf99..96919b74b9bb20a9ff48d563fb4d46c061a5599b 100644
(file)
--- a/
include/wx/brush.h
+++ b/
include/wx/brush.h
@@
-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
{