Skip to content

Commit

Permalink
Merge pull request #24 from donbright/visitorxpfix2
Browse files Browse the repository at this point in the history
I don't have a platform to test this on but the change looks simple enough and from a previously trusted author.
  • Loading branch information
GilesBathgate committed Sep 13, 2011
2 parents 5ac9162 + 6b861c8 commit 201dda5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/cgal.h
Expand Up @@ -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>
Expand Down

0 comments on commit 201dda5

Please sign in to comment.