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:
Joseph Lenox 2016-11-29 20:46:44 -06:00 committed by bubnikv
parent 5dc8a0808e
commit a8930f12cd

View File

@ -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>