diff --git a/xs/src/libslic3r/SupportMaterial.hpp b/xs/src/libslic3r/SupportMaterial.hpp index 75668fa82..719b70586 100644 --- a/xs/src/libslic3r/SupportMaterial.hpp +++ b/xs/src/libslic3r/SupportMaterial.hpp @@ -1,20 +1,24 @@ #ifndef slic3r_SupportMaterial_hpp_ #define slic3r_SupportMaterial_hpp_ +#include +#include +#include #include #include -#include -#include + #include "libslic3r.h" -#include "PrintConfig.hpp" -#include "Flow.hpp" -#include "Layer.hpp" -#include "Geometry.hpp" -#include "Print.hpp" + #include "ClipperUtils.hpp" #include "ExPolygon.hpp" +#include "Fill/Fill.hpp" +#include "Flow.hpp" +#include "Geometry.hpp" +#include "Layer.hpp" +#include "Polygon.hpp" +#include "Print.hpp" +#include "PrintConfig.hpp" #include "SVG.hpp" -#include using namespace std;