diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-20 04:11:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-20 04:11:16 (GMT) |
commit | 1c719371cc83911cbd1758a695ed59fa7901fef4 (patch) | |
tree | cb903ecbad54e720d2ea91202b6be392d3cd0278 /src/CGAL_Nef_polyhedron.h | |
parent | bac587363ab9ecbbec61616c35c0a9f3000ec5a3 (diff) | |
parent | c75d19555256c5daceb9aea2c3e45010a7a75e88 (diff) |
Merge remote-tracking branch 'origin/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" |