Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-12-17 10:37:50 +0300
committerYuSanka <yusanka@gmail.com>2019-12-17 10:37:50 +0300
commitafcc6bbb08b9a774614b1746bf2c843319ccd0aa (patch)
treec4c87c2a6604b9e0ac6927f465755b2bfdf3a00d /src/slic3r/GUI/PresetBundle.cpp
parent7b1e96fe7f6796c7bebfb7f85b3ddd483c88e655 (diff)
Code refactoring for Color change implementation
Diffstat (limited to 'src/slic3r/GUI/PresetBundle.cpp')
-rw-r--r--src/slic3r/GUI/PresetBundle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/PresetBundle.cpp b/src/slic3r/GUI/PresetBundle.cpp
index 9b8eaa8ec..56752ab77 100644
--- a/src/slic3r/GUI/PresetBundle.cpp
+++ b/src/slic3r/GUI/PresetBundle.cpp
@@ -29,6 +29,7 @@
#include "libslic3r/libslic3r.h"
#include "libslic3r/Utils.hpp"
+#include "GUI_App.hpp"
// Store the print/filament/printer presets into a "presets" subdirectory of the Slic3rPE config dir.
// This breaks compatibility with the upstream Slic3r if the --datadir is used to switch between the two versions.