add the missing header

This commit is contained in:
Qianqian Fang 2020-09-05 00:39:11 -04:00
parent bf9dc6af3c
commit ff106cb13f
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ sed -e "s|^\(CXXFLAGS = \).*|\1%{optflags} $RPM_LD_FLAGS|" \
-i tools/tetgen/makefile
# Fix cgal 5.1 build error
sed -e "s/Midpoint_and_length/Midpoint_placement/g" \
sed -e "s/Midpoint_and_length\.h>/Midpoint_placement.h>\n#include <CGAL\/Surface_mesh_simplification\/Policies\/Edge_collapse\/Edge_length_cost.h>/g" \
-i tools/cgalsimp2/edge_collapse_enriched_polyhedron.cpp
%build