diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-26 17:11:55 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-26 17:11:55 (GMT) |
commit | 14b4ed4b5baa0efa7eea90322faca4fecfbfa294 (patch) | |
tree | 89a983e6d631c2b43a6dd1f0fa25c8bd3969ff41 /src/cgal.h | |
parent | c2fb5d3650ffaa42c68e02891168c711d3b5f079 (diff) | |
parent | 7678f0f08305ecbc9d6f137f9deb19c60c904346 (diff) |
Merge remote-tracking branch 'upstream/master' into cakebaby
and tweak tests for win32 run
Conflicts:
tests/test_cmdline_tool.py
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ using boost::intmax_t; using boost::uintmax_t; #endif +#include <CGAL/version.h> +#if CGAL_VERSION_NR < 1030601000 + #error CGAL >= 3.6 is required! +#endif + #include <CGAL/Gmpq.h> #include <CGAL/Extended_cartesian.h> #include <CGAL/Nef_polyhedron_2.h> |