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:
authortamasmeszaros <meszaros.q@gmail.com>2019-08-07 12:17:17 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-08-07 12:17:17 +0300
commit1c479ad6c5a9862ea214c63e31a0305ab1d591ea (patch)
tree075319bb172fbffd32bb99895d365b4167d94e82 /src/slic3r/GUI/GLTexture.hpp
parentf61c982111ec15567082fb46c985380ece2f6413 (diff)
Fix build without PCH
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 c4063b93d..c8fd01f41 100644
--- a/src/slic3r/GUI/GLTexture.hpp
+++ b/src/slic3r/GUI/GLTexture.hpp
@@ -5,6 +5,7 @@
#include <string>
#include <vector>
#include <thread>
+#include <atomic>
class wxImage;