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-21 15:12:11 +0300
committerbubnikv <bubnikv@gmail.com>2017-06-21 15:12:11 +0300
commit0bd2bb1e8e1a1b83ae1bd2ed5fafed6e7643e7e3 (patch)
treefa27b8b2a2688639919ef5aa1f5ae0872da5ed24
parentb12e4689e8030bf89e0759e69ce8257649316157 (diff)
Compilation issue on Linux & OSX
https://github.com/prusa3d/Slic3r/issues/368
-rw-r--r--xs/src/libslic3r/Model.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Model.cpp b/xs/src/libslic3r/Model.cpp
index 0cc15f81f..028513d59 100644
--- a/xs/src/libslic3r/Model.cpp
+++ b/xs/src/libslic3r/Model.cpp
@@ -1,6 +1,8 @@
#include "Model.hpp"
#include "Geometry.hpp"
+#include <float.h>
+
namespace Slic3r {
Model::Model(const Model &other)