Added missed includes for GTK
This commit is contained in:
parent
4913378dbe
commit
3688ae350b
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
#include "wx/generic/private/rowheightcache.h"
|
||||
#include "wx/generic/private/widthcalc.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXGTK__
|
||||
#include "wx/gtk/private.h"
|
||||
#include "wx/gtk/private/value.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
#include "wx/private/markupparser.h"
|
||||
#endif // wxUSE_ACCESSIBILITY
|
||||
|
|
Loading…
Reference in a new issue