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:
authorbubnikv <bubnikv@gmail.com>2019-08-06 12:40:33 +0300
committerbubnikv <bubnikv@gmail.com>2019-08-06 12:40:33 +0300
commit29d9c65ee2c3b8d53bb53c0c619e299648f17c3d (patch)
tree1f3c98d0d12ff70e1199d2a44e9176e217eb1141 /src/slic3r/GUI/GLTexture.hpp
parent9197e3feedcaa15b522b818c10405fba7eada9f9 (diff)
Missing include (required by clang, not required by msvc)
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 26829fa72..2c8941632 100644
--- a/src/slic3r/GUI/GLTexture.hpp
+++ b/src/slic3r/GUI/GLTexture.hpp
@@ -3,6 +3,7 @@
#include <string>
#include <vector>
+#include <thread>
class wxImage;