mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:26:05 +08:00
Fixed: Missing include directive
This commit is contained in:
parent
67aefdccc7
commit
d9646ff6ba
@ -1,6 +1,8 @@
|
|||||||
#ifndef slic3r_ZTable_hpp_
|
#ifndef slic3r_ZTable_hpp_
|
||||||
#define slic3r_ZTable_hpp_
|
#define slic3r_ZTable_hpp_
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
class ZTable
|
class ZTable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user