mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 04:59:01 +08: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:
parent
cba3b19be4
commit
2dbc5d6e07
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user