Fixed missing include

This commit is contained in:
Vojtech Bubnik
2020-12-04 13:35:59 +01:00
parent bc5dfba54e
commit 4a6dd55b27

View File

@@ -5,6 +5,7 @@
#include "GUI.hpp"
#include "GUI_App.hpp"
#include "MainFrame.hpp"
#include "format.hpp"
namespace Slic3r {
namespace GUI {