Skip to content

Commit c66203f

Browse files
committed
Add missing include
This will fix build errors in VS2022: error C3861: 'assert': identifier not found.
1 parent 8e95f0c commit c66203f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/delaunator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <iostream>
55

66
#include <algorithm>
7+
#include <cassert>
78
#include <cmath>
89
#include <numeric>
910
#include <limits>

0 commit comments

Comments
 (0)