diff --git a/src/GUI/Dialogs/PresetEditor.hpp b/src/GUI/Dialogs/PresetEditor.hpp index bec6ed0a5..9a05b0ce4 100644 --- a/src/GUI/Dialogs/PresetEditor.hpp +++ b/src/GUI/Dialogs/PresetEditor.hpp @@ -12,11 +12,13 @@ // GUI #include "misc_ui.hpp" +#include "Preset.hpp" // Wx #include #include #include +#include using namespace std::string_literals; namespace Slic3r { namespace GUI {