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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-03-13 14:39:57 +0300
committerVojtech Kral <vojtech@kral.hk>2018-04-06 14:23:49 +0300
commit3fcf194e39e93d36bc164acffbf7f4ad2c67fb6f (patch)
treea2a20bbb7b50ded3dc848192d7110f25eecbd490 /xs/src/libslic3r/Utils.hpp
parente37cbdfcfccbb9baf438d662e26efb59554724b9 (diff)
ConfigWizard: Basic structure / WIP
Diffstat (limited to 'xs/src/libslic3r/Utils.hpp')
-rw-r--r--xs/src/libslic3r/Utils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Utils.hpp b/xs/src/libslic3r/Utils.hpp
index 27e7fad6b..7e2fe3180 100644
--- a/xs/src/libslic3r/Utils.hpp
+++ b/xs/src/libslic3r/Utils.hpp
@@ -3,6 +3,8 @@
#include <locale>
+#include "libslic3r.h"
+
namespace Slic3r {
extern void set_logging_level(unsigned int level);