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:
authorsupermerill <merill@free.fr>2021-12-15 21:19:39 +0300
committersupermerill <merill@free.fr>2021-12-15 21:51:26 +0300
commit9e4b73f0814ffd8b439bacebd68df86989df8b03 (patch)
treeeb37a923fd50dbc58664dfd270198cb6de60f8ac /src/libslic3r/PlaceholderParser.cpp
parent053ec48ff12711b4d5a6a75dd472b1e31ad25827 (diff)
missing includes for gentoo compilation
supermerill/SuperSlicer#1931
Diffstat (limited to 'src/libslic3r/PlaceholderParser.cpp')
-rw-r--r--src/libslic3r/PlaceholderParser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libslic3r/PlaceholderParser.cpp b/src/libslic3r/PlaceholderParser.cpp
index c077d6cd7..94aa32af3 100644
--- a/src/libslic3r/PlaceholderParser.cpp
+++ b/src/libslic3r/PlaceholderParser.cpp
@@ -1,11 +1,13 @@
#include "PlaceholderParser.hpp"
#include "Exception.hpp"
#include "Flow.hpp"
+
#include <cstring>
#include <ctime>
#include <iomanip>
#include <sstream>
#include <map>
+#include <regex>
#ifdef _MSC_VER
#include <stdlib.h> // provides **_environ
#else
@@ -25,6 +27,7 @@
#endif
#include <boost/algorithm/string.hpp>
+#include <boost/log/trivial.hpp>
#include <boost/nowide/convert.hpp>
// Spirit v2.5 allows you to suppress automatic generation