Fixed: Missing include directive
This commit is contained in:
parent
67aefdccc7
commit
d9646ff6ba
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue