From 0210dcf3b681de957dccf3645a6f318a3a1e3a44 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Wed, 8 Aug 2018 18:17:19 +0200 Subject: [PATCH] Fixed build crashing --- xs/src/slic3r/GUI/GUI.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xs/src/slic3r/GUI/GUI.hpp b/xs/src/slic3r/GUI/GUI.hpp index 04d19cb01..ef2f54473 100644 --- a/xs/src/slic3r/GUI/GUI.hpp +++ b/xs/src/slic3r/GUI/GUI.hpp @@ -3,7 +3,7 @@ #include #include -#include "Config.hpp" +#include "PrintConfig.hpp" #include #include @@ -34,8 +34,6 @@ class DynamicPrintConfig; class TabIface; class _3DScene; -enum PrinterTechnology; - #define _(s) Slic3r::GUI::I18N::translate((s)) namespace GUI { namespace I18N {