Added missed includes for GTK

This commit is contained in:
YuSanka 2020-08-06 16:28:12 +02:00
parent 4913378dbe
commit 3688ae350b

View file

@ -9,6 +9,12 @@
#include "wx/generic/private/rowheightcache.h" #include "wx/generic/private/rowheightcache.h"
#include "wx/generic/private/widthcalc.h" #include "wx/generic/private/widthcalc.h"
#endif #endif
#ifdef __WXGTK__
#include "wx/gtk/private.h"
#include "wx/gtk/private/value.h"
#endif
#if wxUSE_ACCESSIBILITY #if wxUSE_ACCESSIBILITY
#include "wx/private/markupparser.h" #include "wx/private/markupparser.h"
#endif // wxUSE_ACCESSIBILITY #endif // wxUSE_ACCESSIBILITY