From 92e1f1011ace95a4db8984c3a6cbcfdcb6bf6e45 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Sun, 13 Mar 2016 23:51:35 -0700 Subject: [PATCH] Fix issue with undefined BOOST_VERSION if BOOST_VERSION < 106000 always succeeds because BOOST_VERSION is undefined. In order to avoid the code for new boost, we need --- xs/src/libslic3r/Point.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/src/libslic3r/Point.hpp b/xs/src/libslic3r/Point.hpp index 6e057aae3a..dbd1219b9e 100644 --- a/xs/src/libslic3r/Point.hpp +++ b/xs/src/libslic3r/Point.hpp @@ -114,6 +114,7 @@ class Pointf3 : public Pointf } // start Boost +#include #include namespace boost { namespace polygon { template <>