Added a missing include for gcc

This commit is contained in:
Lukas Matena 2022-01-19 15:16:23 +01:00
parent 667842ec8b
commit 06cca525d0

View file

@ -2,6 +2,7 @@
#include "../Utils.hpp"
#include <cctype> // isalpha
#include <boost/algorithm/string/replace.hpp>
namespace Slic3r {