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:
authorJoseph Lenox <lordofhyphens@gmail.com>2016-11-30 05:46:44 +0300
committerbubnikv <bubnikv@gmail.com>2016-12-08 16:53:52 +0300
commita8930f12cd955469580bdebcbc98e235bdf0f62d (patch)
tree097567dd25cec539b76c0dfb4f4af9baa734b848 /xs/src/xsinit.h
parent5dc8a0808ef102e06254bdde8540d22ef0fff4b2 (diff)
Fix perl redefining multiple functions also defined/used by boostlib through the include chain. (#3593)
Resolved ordering dependency (thanks win32 perl!)
Diffstat (limited to 'xs/src/xsinit.h')
-rw-r--r--xs/src/xsinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h
index 6b50bc2e4..b7c729406 100644
--- a/xs/src/xsinit.h
+++ b/xs/src/xsinit.h
@@ -31,6 +31,7 @@
#include <ostream>
#include <iostream>
#include <sstream>
+#include <libslic3r.h>
#ifdef SLIC3RXS
extern "C" {
@@ -50,7 +51,6 @@ extern "C" {
}
#endif
-#include <libslic3r.h>
#include <ClipperUtils.hpp>
#include <Config.hpp>
#include <ExPolygon.hpp>