mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
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_
|
#define slic3r_GUI_ObjectSettings_hpp_
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <vector>
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
|
|
||||||
class wxBoxSizer;
|
class wxBoxSizer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue