summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-09-16 02:07:27 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-09-16 02:07:27 (GMT)
commit78bf15d0858ca6ed892872d1cd08c9ef4b8ae63b (patch)
tree4fb2a1ab2b55ea83fea71199ced6d2a2a49240f3
parentf5f06c8e976ca45aebea42fe8c04bf7404357ac8 (diff)
parent201dda5c4c62e45e595f2970b3835c5f0e8aed4d (diff)
Merge remote branch 'upstream/visitor' into visitortests
-rw-r--r--src/cgal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cgal.h b/src/cgal.h
index e0e246c..26d64ae 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -3,6 +3,14 @@
#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 <CGAL/Gmpq.h>
#include <CGAL/Extended_cartesian.h>
#include <CGAL/Nef_polyhedron_2.h>
contact: Jan Huwald // Impressum