mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Added missed includes for GTK
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user