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
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-06-01 17:43:21 +0300
committerbubnikv <bubnikv@gmail.com>2017-06-01 17:43:21 +0300
commitef73bb404bd4241b9bc576eae7409ebf9013e914 (patch)
tree1c69a42118f917e685f356892df17971c67ded90
parent02592378e24feec6098b057a1908c2d453335cfc (diff)
Fixed compilation on gcc.
-rw-r--r--xs/src/libslic3r/PrintObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/PrintObject.cpp b/xs/src/libslic3r/PrintObject.cpp
index 3b4b3ca85..8942f0d10 100644
--- a/xs/src/libslic3r/PrintObject.cpp
+++ b/xs/src/libslic3r/PrintObject.cpp
@@ -6,6 +6,7 @@
#include <utility>
#include <boost/log/trivial.hpp>
+#include <float.h>
#include <tbb/task_scheduler_init.h>
#include <tbb/parallel_for.h>