Added missing includes for gcc

This commit is contained in:
Lukas Matena 2020-12-08 12:31:17 +01:00
parent 3134359505
commit 2d711d8646
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@
#include "MainFrame.hpp"
#include "format.hpp"
#include <wx/clipbrd.h>
namespace Slic3r {
namespace GUI {