summaryrefslogtreecommitdiff
path: root/src/core/cpu_manager.h
diff options
context:
space:
mode:
authorGravatar Liam2022-11-21 11:31:18 -0500
committerGravatar Liam2022-11-22 22:22:28 -0500
commit9737615948d431cf56826f3c109bbc0fef7b4d10 (patch)
tree9d4742bf8f2b64b9a5b30ae33b105a5e9344ab3b /src/core/cpu_manager.h
parentMerge pull request #9279 from liamwhite/this-would-have-never-happened-in-rust (diff)
downloadyuzu-9737615948d431cf56826f3c109bbc0fef7b4d10.tar.gz
yuzu-9737615948d431cf56826f3c109bbc0fef7b4d10.tar.xz
yuzu-9737615948d431cf56826f3c109bbc0fef7b4d10.zip
general: fix compile for Apple Clang
Diffstat (limited to 'src/core/cpu_manager.h')
-rw-r--r--src/core/cpu_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h
index 95ea3ef39..374367468 100644
--- a/src/core/cpu_manager.h
+++ b/src/core/cpu_manager.h
@@ -10,6 +10,7 @@
10#include <thread> 10#include <thread>
11 11
12#include "common/fiber.h" 12#include "common/fiber.h"
13#include "common/polyfill_thread.h"
13#include "common/thread.h" 14#include "common/thread.h"
14#include "core/hardware_properties.h" 15#include "core/hardware_properties.h"
15 16