Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlic3rPE <slic3r@Slic3rPEs-MacBook-Pro.local>2020-02-03 12:13:15 +0300
committerSlic3rPE <slic3r@Slic3rPEs-MacBook-Pro.local>2020-02-03 12:13:15 +0300
commite50825ce05510396d2bcf510cb631ada6de47bda (patch)
tree16c5e9f11e9b60c1cab6853068f3b57a80b936f4 /src/slic3r/GUI/GUI_ObjectList.hpp
parent5b103116c5b6215f7508746dab582b2378088fb6 (diff)
missing includes
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index fc02c706e..3b51c1761 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -3,6 +3,7 @@
#include <map>
#include <vector>
+#include <set>
#include <wx/bitmap.h>
#include <wx/dataview.h>