Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/src/libslic3r/Surface.hpp')
-rw-r--r--xs/src/libslic3r/Surface.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/xs/src/libslic3r/Surface.hpp b/xs/src/libslic3r/Surface.hpp
index a4a28a2c3..21395bdc6 100644
--- a/xs/src/libslic3r/Surface.hpp
+++ b/xs/src/libslic3r/Surface.hpp
@@ -1,6 +1,7 @@
#ifndef slic3r_Surface_hpp_
#define slic3r_Surface_hpp_
+#include "libslic3r.h"
#include "ExPolygon.hpp"
namespace Slic3r {
@@ -28,10 +29,6 @@ class Surface
bool is_internal() const;
bool is_bottom() const;
bool is_bridge() const;
-
- #ifdef SLIC3RXS
- void from_SV_check(SV* surface_sv);
- #endif
};
typedef std::vector<Surface> Surfaces;