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:
authorLukas Matena <lukasmatena@seznam.cz>2019-03-15 14:53:15 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-03-18 13:45:15 +0300
commitd3c8e3166eea156bb9049269a7100ec1d8346e39 (patch)
tree941d4c021f5f83e60adafaedfebd49cc54970a14 /src/slic3r/GUI/GLTexture.hpp
parent160d708ecdaccd3e5097672a4f1b42083e378f7c (diff)
Separated gizmos into individual files
Diffstat (limited to 'src/slic3r/GUI/GLTexture.hpp')
-rw-r--r--src/slic3r/GUI/GLTexture.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLTexture.hpp b/src/slic3r/GUI/GLTexture.hpp
index 017255647..e00b3a3be 100644
--- a/src/slic3r/GUI/GLTexture.hpp
+++ b/src/slic3r/GUI/GLTexture.hpp
@@ -2,6 +2,7 @@
#define slic3r_GLTexture_hpp_
#include <string>
+#include <vector>
class wxImage;