diff options
Diffstat (limited to 'src/import.cc')
-rw-r--r-- | src/import.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import.cc b/src/import.cc index f64a8f6..f1da4a0 100644 --- a/src/import.cc +++ b/src/import.cc @@ -36,6 +36,13 @@ #include "handle_dep.h" // handle_dep() #ifdef ENABLE_CGAL +#ifdef _MSC_VER +// see http://en.wikipedia.org/wiki/Stdint.h +// and http://www.mpfr.org/mpfr-2.4.2/#stdint +#include <boost/cstdint.hpp> +using boost::intmax_t; +using boost::uintmax_t; +#endif #include "cgalutils.h" #endif |