From 2e72727f0f44938e9b44b6c028e8524eb0e81162 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Tue, 16 Jun 2020 14:00:25 +0200 Subject: [PATCH] fix of previous commit, missing include --- tests/libslic3r/test_voronoi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/libslic3r/test_voronoi.cpp b/tests/libslic3r/test_voronoi.cpp index 42d4a14bb17..ba318e4fd62 100644 --- a/tests/libslic3r/test_voronoi.cpp +++ b/tests/libslic3r/test_voronoi.cpp @@ -8,6 +8,8 @@ #include +#include + // #define VORONOI_DEBUG_OUT #ifdef VORONOI_DEBUG_OUT