1 2 3 4 5 6 7 8 9 10
--- a/src/slic3r/Utils/PresetUpdater.cpp +++ b/src/slic3r/Utils/PresetUpdater.cpp @@ -6,6 +6,7 @@ #include <ostream> #include <utility> #include <stdexcept> +#include <regex> #include <boost/algorithm/string.hpp> #include <boost/filesystem.hpp>