Added a missing include for gcc
This commit is contained in:
parent
667842ec8b
commit
06cca525d0
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "../Utils.hpp"
|
||||
|
||||
#include <cctype> // isalpha
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
|
Loading…
Reference in a new issue