From 51f24b998ba555d15f924ccd4fb5b46219f6537b Mon Sep 17 00:00:00 2001 From: don bright Date: Fri, 9 Dec 2011 09:47:13 -0600 Subject: MSVC compile fix diff --git a/src/CGALRenderer.cc b/src/CGALRenderer.cc index 95bcba1..bac25a6 100644 --- a/src/CGALRenderer.cc +++ b/src/CGALRenderer.cc @@ -24,6 +24,11 @@ * */ +#ifdef _MSC_VER +// Boost conflicts with MPFR under MSVC (google it) +#include +#endif + // dxfdata.h must come first for Eigen SIMD alignment issues #include "dxfdata.h" #include "polyset.h" -- cgit v0.10.1