diff options
Diffstat (limited to 'src/nef2dxf.cc')
-rw-r--r-- | src/nef2dxf.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nef2dxf.cc b/src/nef2dxf.cc index 5df8a45..44d7561 100644 --- a/src/nef2dxf.cc +++ b/src/nef2dxf.cc @@ -27,6 +27,8 @@ #include "grid.h" #include "cgal.h" +#ifdef ENABLE_CGAL + DxfData::DxfData(const struct CGAL_Nef_polyhedron &N) { Grid2d<int> grid(GRID_COARSE); @@ -70,3 +72,4 @@ DxfData::DxfData(const struct CGAL_Nef_polyhedron &N) fixup_path_direction(); } +#endif // ENABLE_CGAL |