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/src
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-10-15 10:49:33 +0300
committerbubnikv <bubnikv@gmail.com>2019-10-15 10:49:33 +0300
commite538a06fb0b1bed29ee98f7fb5ac2249e7fc903f (patch)
tree2c13007df242cc2969217bb994ba49f6bfafcab7 /src
parent42a858b9999384272457f175849e15f80b65882c (diff)
Added missing include (worked on MSVC)
Diffstat (limited to 'src')
-rw-r--r--src/libslic3r/Geometry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libslic3r/Geometry.cpp b/src/libslic3r/Geometry.cpp
index e5dfacc09..e926b9997 100644
--- a/src/libslic3r/Geometry.cpp
+++ b/src/libslic3r/Geometry.cpp
@@ -9,6 +9,7 @@
#include <cmath>
#include <list>
#include <map>
+#include <numeric>
#include <set>
#include <utility>
#include <stack>