Skip to content

Commit

Permalink
Merge pull request #3272 from markwal/fixboost106000check
Browse files Browse the repository at this point in the history
Fix issue with undefined BOOST_VERSION
  • Loading branch information
alranel committed Mar 14, 2016
2 parents 1a09ae8 + 92e1f10 commit c12ccd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xs/src/libslic3r/Point.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class Pointf3 : public Pointf
}

// start Boost
#include <boost/version.hpp>
#include <boost/polygon/polygon.hpp>
namespace boost { namespace polygon {
template <>
Expand Down

0 comments on commit c12ccd8

Please sign in to comment.