From 9b0444887f35bb8003568990d3e63e7cc3d002c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicente=20Mataix=20Ferr=C3=A1ndiz?= Date: Thu, 28 Oct 2021 18:11:29 +0200 Subject: [PATCH] Missing include, failing compilation in MSVSC --- include/delaunator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/delaunator.hpp b/include/delaunator.hpp index 6bc5221..89d6e54 100644 --- a/include/delaunator.hpp +++ b/include/delaunator.hpp @@ -8,6 +8,7 @@ #include #include #include +#include namespace delaunator {