Fix of previous commit, fix of compilation on OSX.

This commit is contained in:
bubnikv 2018-05-21 17:35:29 +02:00 committed by Vojtech Kral
parent d4e939fd04
commit 8917f18ef1
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#include "Serial.hpp"
#include <algorithm>
#include <string>
#include <vector>
#include <boost/algorithm/string/predicate.hpp>

View File

@ -3,6 +3,8 @@
#include <memory>
#include <vector>
#include <string>
#include <vector>
namespace Slic3r {
namespace Utils {