Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2020-06-16 15:00:25 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2020-06-16 15:00:25 +0300
commit851ebc7991d2fa85c159f522dad7367898de3e79 (patch)
treea656bbde446e4c3e429a06f5e203468769508920 /tests
parentb101a8e26601c49bfa3a8c62baca9e6810f474b1 (diff)
fix of previous commit, missing include
Diffstat (limited to 'tests')
-rw-r--r--tests/libslic3r/test_voronoi.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libslic3r/test_voronoi.cpp b/tests/libslic3r/test_voronoi.cpp
index 42d4a14bb..ba318e4fd 100644
--- a/tests/libslic3r/test_voronoi.cpp
+++ b/tests/libslic3r/test_voronoi.cpp
@@ -8,6 +8,8 @@
#include <libslic3r/VoronoiOffset.hpp>
+#include <numeric>
+
// #define VORONOI_DEBUG_OUT
#ifdef VORONOI_DEBUG_OUT