Merge remote branch 'upstream/visitor' into visitortests

stl_dim
Don Bright 2011-09-15 21:07:27 -05:00
commit 78bf15d085
1 changed files with 8 additions and 0 deletions

View File

@ -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>