1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Added missing includes

This commit is contained in:
enricoturri1966
2020-05-11 16:37:04 +02:00
parent 769cca4b25
commit b2f8f2bca6
+3
View File
@@ -1,6 +1,9 @@
#ifndef slic3r_GLModel_hpp_
#define slic3r_GLModel_hpp_
#include "libslic3r/Point.hpp"
#include <vector>
namespace Slic3r {
class TriangleMesh;