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:
authorVojtech Kral <vojtech@kral.hk>2019-03-27 14:14:34 +0300
committerVojtech Kral <vojtech@kral.hk>2019-03-27 14:14:34 +0300
commit734d57a714ebe33d221fd331ba5d54e8574f05a4 (patch)
tree14e04bafb792d8369443339d7afd75608adb47f3 /src/slic3r/Config
parent8ea8eb67e46b019febcbf5c77f5f4e9786aab57e (diff)
Fix build on MSVC with PCH off
Diffstat (limited to 'src/slic3r/Config')
-rw-r--r--src/slic3r/Config/Version.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/Config/Version.cpp b/src/slic3r/Config/Version.cpp
index 70b12f23b..2eda135d6 100644
--- a/src/slic3r/Config/Version.cpp
+++ b/src/slic3r/Config/Version.cpp
@@ -1,5 +1,7 @@
#include "Version.hpp"
+#include <cctype>
+
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/nowide/fstream.hpp>