Fixed a compilation issue on OSX

This commit is contained in:
bubnikv 2018-11-08 15:02:47 +01:00
parent 34e525766b
commit 05b1ed3c2a

View file

@ -13,6 +13,7 @@
#include "libslic3r.h"
#include "Point.hpp"
#include <boost/format.hpp>
#include <boost/property_tree/ptree.hpp>
namespace Slic3r {