mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Fix perl redefining multiple functions also defined/used by boostlib through the include chain. (#3593)
Resolved ordering dependency (thanks win32 perl!)
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <libslic3r.h>
|
||||||
|
|
||||||
#ifdef SLIC3RXS
|
#ifdef SLIC3RXS
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -50,7 +51,6 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libslic3r.h>
|
|
||||||
#include <ClipperUtils.hpp>
|
#include <ClipperUtils.hpp>
|
||||||
#include <Config.hpp>
|
#include <Config.hpp>
|
||||||
#include <ExPolygon.hpp>
|
#include <ExPolygon.hpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user