Skip to content

Commit 16a5af0

Browse files
committed
fix build
1 parent 0b0d9d4 commit 16a5af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/delaunator.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Delaunator::Delaunator(std::vector<double> const& in_coords)
192192
halfedges(),
193193
m_hash(),
194194
m_hull(),
195+
m_hull_entry(),
195196
m_center_x(),
196197
m_center_y(),
197198
m_hash_size() {

0 commit comments

Comments
 (0)