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 | 8268724a054a42f9446736c42d8f04a0207aa12d (patch) | |
tree | 0b9250b57576765311bdc56e03904fa32a6daaff /works/life | |
parent | d42dfdf4b903763997d47b6e2214c2ce33b9bf8e (diff) | |
download | crupest-8268724a054a42f9446736c42d8f04a0207aa12d.tar.gz crupest-8268724a054a42f9446736c42d8f04a0207aa12d.tar.bz2 crupest-8268724a054a42f9446736c42d8f04a0207aa12d.zip |
import(life): ...
Diffstat (limited to 'works/life')
-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 {
|