diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-24 17:58:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-24 17:58:52 (GMT) |
commit | 95947a877b8e88521a7f00348d56c89e9b7c2a79 (patch) | |
tree | 57880eb4bcea99e4acbe18d3f10dc1561743b6cc /src/CGAL_Nef_polyhedron.h | |
parent | 26046f6f0c4a774cbbb2af8ae7dc0e687963440c (diff) |
Ported recent changes to the EPEC kernel
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r-- | src/CGAL_Nef_polyhedron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h index cfab993..7f59861 100644 --- a/src/CGAL_Nef_polyhedron.h +++ b/src/CGAL_Nef_polyhedron.h @@ -1,7 +1,7 @@ #ifndef CGAL_NEF_POLYHEDRON_H_ #define CGAL_NEF_POLYHEDRON_H_ -#include "cgalfwd.h" +#include "cgal.h" #include "memory.h" #include <string> #include "linalg.h" |