aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-09 22:30:14 +0800
committercrupest <crupest@outlook.com>2021-06-09 22:30:14 +0800
commitf3bab43b55c73c58e9eaf5749d0604d813a87a78 (patch)
treed576845817e3bb5357e4d3205bd4dc5abbe23528
parenta2cf634d1bceb3614b1f5adcab5b2b41cddbd3c4 (diff)
downloadlife-f3bab43b55c73c58e9eaf5749d0604d813a87a78.tar.gz
life-f3bab43b55c73c58e9eaf5749d0604d813a87a78.tar.bz2
life-f3bab43b55c73c58e9eaf5749d0604d813a87a78.zip
...
-rw-r--r--operating-system-experiment/Thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/operating-system-experiment/Thread.h b/operating-system-experiment/Thread.h
index c71c11f..cdeecac 100644
--- a/operating-system-experiment/Thread.h
+++ b/operating-system-experiment/Thread.h
@@ -10,6 +10,7 @@
#include <type_traits>
#include <utility>
#include <vector>
+#include <tuple>
namespace cru {
class CRU_API Thread {