aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/physical_core.h
diff options
context:
space:
mode:
authorMai <mai.iam2048@gmail.com>2023-02-07 22:10:35 -0500
committerGitHub <noreply@github.com>2023-02-07 22:10:35 -0500
commitf3b532d0915feb763f09b4900511c735c6b60693 (patch)
tree3809193e7b0554cd39998fb3fb4cb2929b9ee8d7 /src/core/hle/kernel/physical_core.h
parent1f3e8d633a6886aabc6631f2474dea644557458c (diff)
parent82c2a3da9f453c3f9debc1e531d162e530405070 (diff)
Merge pull request #9739 from liamwhite/old-gcc-fix
kernel: fix compilation with older gcc
Diffstat (limited to 'src/core/hle/kernel/physical_core.h')
-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>