package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
296 B
13 lines
296 B
2 years ago
|
diff --git a/include/mapbox/earcut.hpp b/include/mapbox/earcut.hpp
|
||
|
index 01bd7e9..a772dc1 100644
|
||
|
--- a/include/mapbox/earcut.hpp
|
||
|
+++ b/include/mapbox/earcut.hpp
|
||
|
@@ -3,6 +3,7 @@
|
||
|
#include <algorithm>
|
||
|
#include <cassert>
|
||
|
#include <cmath>
|
||
|
+#include <limits>
|
||
|
#include <memory>
|
||
|
#include <vector>
|
||
|
|