bl4ckb0ne / delaunay-triangulation

C++ version the delaunay triangulation
GNU General Public License v3.0
442 stars 109 forks source link

Missing include #2

Closed Epono closed 8 years ago

Epono commented 8 years ago

Hi,

Very nice work, I had to implement it recently for a school project and I have to say yours is way cleaner ^^

But I think there is a little bug, when I created a Visual Studio 2015 project, after I added SFML, I still had one error with std::array, and adding #include <array> on top of main.cpp fixed it.

bl4ckb0ne commented 8 years ago

That's strage, it works on my computer, with and without it. I added it, thanks.