Fixed missing include

This commit is contained in:
Vojtech Bubnik 2020-12-04 13:35:59 +01:00
parent e40ed644c8
commit efc1100eb0

View file

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