Added missing forward declaration for gcc

This commit is contained in:
Lukas Matena 2020-10-20 13:41:30 +02:00
parent 981feebc94
commit 8a88b353f3

View file

@ -10,6 +10,7 @@
class wxString; class wxString;
class wxStaticText; class wxStaticText;
class wxComboBox; class wxComboBox;
class wxRadioBox;
class wxStaticBitmap; class wxStaticBitmap;
namespace Slic3r { namespace Slic3r {