Fix compilation - missing include for boost string conv,

set supports flags for object AFTER the dialog window and snapshot
This commit is contained in:
PavelMikus 2022-09-09 15:34:48 +02:00
parent bee57e46d4
commit 670629d883
2 changed files with 3 additions and 3 deletions
src/libslic3r/GCode

View file

@ -5,6 +5,7 @@
#include "libslic3r/format.hpp"
#include "GCodeProcessor.hpp"
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/log/trivial.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/split.hpp>