summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/physical_core.h
diff options
context:
space:
mode:
authorMai <mai.iam2048@gmail.com>2023-02-08 04:10:35 +0100
committerGitHub <noreply@github.com>2023-02-08 04:10:35 +0100
commitf3b532d0915feb763f09b4900511c735c6b60693 (patch)
tree3809193e7b0554cd39998fb3fb4cb2929b9ee8d7 /src/core/hle/kernel/physical_core.h
parentMerge pull request #4949 from Morph1984/hidpi-temp-fix (diff)
parentkernel: fix compilation with older gcc (diff)
downloadyuzu-f3b532d0915feb763f09b4900511c735c6b60693.tar
yuzu-f3b532d0915feb763f09b4900511c735c6b60693.tar.gz
yuzu-f3b532d0915feb763f09b4900511c735c6b60693.tar.bz2
yuzu-f3b532d0915feb763f09b4900511c735c6b60693.tar.lz
yuzu-f3b532d0915feb763f09b4900511c735c6b60693.tar.xz
yuzu-f3b532d0915feb763f09b4900511c735c6b60693.tar.zst
yuzu-f3b532d0915feb763f09b4900511c735c6b60693.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/physical_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/physical_core.h b/src/core/hle/kernel/physical_core.h
index fb2ba4c6b..fb8e7933e 100644
--- a/src/core/hle/kernel/physical_core.h
+++ b/src/core/hle/kernel/physical_core.h
@@ -3,6 +3,7 @@
#pragma once
+#include <condition_variable>
#include <cstddef>
#include <memory>
#include <mutex>