mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-02 14:39:04 +08:00
Added missing includes
This commit is contained in:
parent
769cca4b25
commit
b2f8f2bca6
@ -1,6 +1,9 @@
|
|||||||
#ifndef slic3r_GLModel_hpp_
|
#ifndef slic3r_GLModel_hpp_
|
||||||
#define slic3r_GLModel_hpp_
|
#define slic3r_GLModel_hpp_
|
||||||
|
|
||||||
|
#include "libslic3r/Point.hpp"
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
class TriangleMesh;
|
class TriangleMesh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user