diff options
| author | 2020-10-29 19:03:19 +1100 | |
|---|---|---|
| committer | 2020-10-29 19:03:19 +1100 | |
| commit | 89199ca215a53d07683a0aeb105fbd211cd423b0 (patch) | |
| tree | d8b698d123c28d949d74796d008f2a0d849b14fb | |
| parent | Merge pull request #4857 from liushuyu/master (diff) | |
| parent | kernel/process: Add missing <ctime> include (diff) | |
| download | yuzu-89199ca215a53d07683a0aeb105fbd211cd423b0.tar.gz yuzu-89199ca215a53d07683a0aeb105fbd211cd423b0.tar.xz yuzu-89199ca215a53d07683a0aeb105fbd211cd423b0.zip | |
Merge pull request #4859 from Morph1984/missing-ctime-include
kernel/process: Add missing <ctime> include
Diffstat (limited to '')
| -rw-r--r-- | src/core/hle/kernel/process.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/process.cpp b/src/core/hle/kernel/process.cpp index 4cc77c635..b17529dee 100644 --- a/src/core/hle/kernel/process.cpp +++ b/src/core/hle/kernel/process.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | #include <bitset> | 6 | #include <bitset> |
| 7 | #include <ctime> | ||
| 7 | #include <memory> | 8 | #include <memory> |
| 8 | #include <random> | 9 | #include <random> |
| 9 | #include "common/alignment.h" | 10 | #include "common/alignment.h" |