Wollnashorn / Voronoi

Fast and lightweight implementation of the Fortune algorithm for generating Voronoi diagrams and Delaunay triangulations
MIT License
9 stars 3 forks source link

Fix GCC compilation due to missing include #1

Closed oKcerG closed 9 months ago

oKcerG commented 9 months ago

Compiling with GCC 11.4 failed due to <cstddef> not being included, ptrdiff_t needs it.

Wollnashorn commented 9 months ago

Thanks for the fix!

oKcerG commented 9 months ago

Thanks for the project! :)