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 18:10:03 +0300
committerbubnikv <bubnikv@gmail.com>2019-08-06 18:10:03 +0300
commitc7962b5c2045e1cb0356e10bec225bccdd011fbe (patch)
treec2a3d52f70cc1987ae0614937ea83c7d87a9986c /src/slic3r/GUI/GLTexture.hpp
parent9905f8d349f8e4f0f4a38517adb5c9d6936ab305 (diff)
Added missing include
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 2c8941632..c4063b93d 100644
--- a/src/slic3r/GUI/GLTexture.hpp
+++ b/src/slic3r/GUI/GLTexture.hpp
@@ -1,6 +1,7 @@
#ifndef slic3r_GLTexture_hpp_
#define slic3r_GLTexture_hpp_
+#include <atomic>
#include <string>
#include <vector>
#include <thread>