Fix compile error, part 2
Another undefined use of std::vector
This commit is contained in:
parent
8050b93bf9
commit
4b134b29e6
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define slic3r_GUI_ObjectSettings_hpp_
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <wx/panel.h>
|
||||
|
||||
class wxBoxSizer;
|
||||
|
|
Loading…
Reference in a new issue