diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-01 16:36:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-01 16:36:50 (GMT) |
commit | 89c21d07c46294e7c28f8852a89550b17d7a4402 (patch) | |
tree | e63eef1efa8ab7cbb19fc7b5a33c1e33af1c1931 /src/cgal.h | |
parent | f175bae46a8f15823780c5a9c89b11476acb3107 (diff) | |
parent | 791a49b9e8489818e41deae2b1d4ba2b6ff50e5f (diff) |
Merge pull request #554 from openscad/issue410x
Issue410x
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ using boost::uintmax_t; #include <CGAL/Cartesian.h> #include <CGAL/Polyhedron_3.h> #include <CGAL/Nef_polyhedron_3.h> +#include <CGAL_Nef3_workaround.h> #include <CGAL/IO/Polyhedron_iostream.h> #include <CGAL/Exact_predicates_exact_constructions_kernel.h> #include <CGAL/Polygon_2.h> |