wxHeaderButtonParams needs complete classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-09-14 16:02:48 +00:00
parent 9b3c30478f
commit 0856300fb1

View File

@@ -29,6 +29,10 @@ class WXDLLEXPORT wxDC;
class WXDLLEXPORT wxWindow;
#include "wx/gdicmn.h" // for wxPoint
#include "wx/colour.h"
#include "wx/font.h"
#include "wx/bitmap.h"
#include "wx/string.h"
// some platforms have their own renderers, others use the generic one
#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXGTK__)