summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-10-29 08:17:20 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-10-29 08:17:20 +0100
commit9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1 (patch)
treed8b698d123c28d949d74796d008f2a0d849b14fb
parentMerge pull request #4857 from liushuyu/master (diff)
downloadyuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.tar
yuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.tar.gz
yuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.tar.bz2
yuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.tar.lz
yuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.tar.xz
yuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.tar.zst
yuzu-9cfc5fee2fe28f2d7f9da45fbe01cbebb03069f1.zip
-rw-r--r--src/core/hle/kernel/process.cpp1
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 @@
#include <algorithm>
#include <bitset>
+#include <ctime>
#include <memory>
#include <random>
#include "common/alignment.h"