Added missing includes for gcc

This commit is contained in:
Lukas Matena
2020-12-08 12:31:17 +01:00
parent 7df642f6c8
commit e6fc1ed357
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 {