diff options
-rw-r--r-- | works/life/operating-system-experiment/Thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/works/life/operating-system-experiment/Thread.h b/works/life/operating-system-experiment/Thread.h index c71c11f..cdeecac 100644 --- a/works/life/operating-system-experiment/Thread.h +++ b/works/life/operating-system-experiment/Thread.h @@ -10,6 +10,7 @@ #include <type_traits>
#include <utility>
#include <vector>
+#include <tuple>
namespace cru {
class CRU_API Thread {
|