From d95d7f8d5500841b289caea1b8c58dc6f60dea38 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Wed, 13 Jun 2018 22:19:36 -0500 Subject: [PATCH] Bring in Preset reference file --- src/GUI/Dialogs/PresetEditor.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 {