Fix build on GCC (missing forward declaration)

This commit is contained in:
Lukas Matena 2020-08-07 10:42:25 +02:00
parent b6746a3937
commit afcc14861f

View File

@ -15,6 +15,7 @@ class ScalableButton;
class wxBoxSizer;
class wxComboBox;
class wxStaticBitmap;
class wxRadioBox;
namespace Slic3r {