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_
|
||||
#define slic3r_ZTable_hpp_
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class ZTable
|
||||
|
|
Loading…
Reference in a new issue