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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/src/TriangleMesh.hpp')
-rw-r--r--xs/src/TriangleMesh.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/xs/src/TriangleMesh.hpp b/xs/src/TriangleMesh.hpp
index 78e62cf9a..56380ebf8 100644
--- a/xs/src/TriangleMesh.hpp
+++ b/xs/src/TriangleMesh.hpp
@@ -1,3 +1,6 @@
+#ifndef slic3r_TriangleMesh_hpp_
+#define slic3r_TriangleMesh_hpp_
+
#include <admesh/stl.h>
extern "C" {
@@ -21,4 +24,4 @@ class TriangleMesh
stl_file stl;
};
-
+#endif