diff options
| author | crupest <crupest@outlook.com> | 2021-06-09 22:30:14 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-06-09 22:30:14 +0800 |
| commit | f3bab43b55c73c58e9eaf5749d0604d813a87a78 (patch) | |
| tree | d576845817e3bb5357e4d3205bd4dc5abbe23528 | |
| parent | a2cf634d1bceb3614b1f5adcab5b2b41cddbd3c4 (diff) | |
| download | life-f3bab43b55c73c58e9eaf5749d0604d813a87a78.tar.gz life-f3bab43b55c73c58e9eaf5749d0604d813a87a78.tar.bz2 life-f3bab43b55c73c58e9eaf5749d0604d813a87a78.zip | |
...
| -rw-r--r-- | operating-system-experiment/Thread.h | 1 |
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 {
|
