mapbox / earcut.hpp

Fast, header-only polygon triangulation
ISC License
858 stars 133 forks source link

Add missing #include <stdexcept> #98

Closed birkskyum closed 2 years ago

birkskyum commented 2 years ago

Resolve the following compile error:

earcut.hpp/test/comparison/libtess2.hpp:48:24: error: ‘runtime_error’ is not a member of ‘std’ 48 | throw std::runtime_error("tesselation failed");