From 97d6451dfe02554e17361c17efd2e6aea7adbc02 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 18 Nov 2018 01:22:15 -0600 Subject: [PATCH] Add reference to Preset.hpp to Settings. --- src/GUI/Settings.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/Settings.hpp b/src/GUI/Settings.hpp index c2efafe25..1770196ff 100644 --- a/src/GUI/Settings.hpp +++ b/src/GUI/Settings.hpp @@ -11,6 +11,7 @@ #include "libslic3r.h" #include "ColorScheme.hpp" +#include "Preset.hpp" namespace Slic3r { namespace GUI {