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:
authorAlessandro Ranellucci <aar@cpan.org>2015-12-08 13:01:12 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-12-08 13:01:12 +0300
commit9f90b2a1bf96a2d86039aeb59b297047bef87d09 (patch)
tree3088009d7e0c40d8329cee3b5328efef14cc4dd9 /xs/src/libslic3r/PlaceholderParser.cpp
parent5cfa36f36e51832a5aeea8c0e97a4a654456f538 (diff)
Fix compilation
Diffstat (limited to 'xs/src/libslic3r/PlaceholderParser.cpp')
-rw-r--r--xs/src/libslic3r/PlaceholderParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/PlaceholderParser.cpp b/xs/src/libslic3r/PlaceholderParser.cpp
index 57220628f..03aeee37e 100644
--- a/xs/src/libslic3r/PlaceholderParser.cpp
+++ b/xs/src/libslic3r/PlaceholderParser.cpp
@@ -1,4 +1,5 @@
#include "PlaceholderParser.hpp"
+#include <cstring>
#include <ctime>
#include <iomanip>
#include <sstream>