summaryrefslogtreecommitdiffstats
path: root/src/core/cpu_manager.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-16 19:22:55 +0200
committerLioncash <mathew1800@gmail.com>2020-07-16 19:22:58 +0200
commit201514cb507257630b290000b8ea894f5403ce2f (patch)
treee71d79350680a537d990f5c407791c4627fe84e8 /src/core/cpu_manager.h
parentMerge pull request #4261 from ameerj/gc-calibration (diff)
downloadyuzu-201514cb507257630b290000b8ea894f5403ce2f.tar
yuzu-201514cb507257630b290000b8ea894f5403ce2f.tar.gz
yuzu-201514cb507257630b290000b8ea894f5403ce2f.tar.bz2
yuzu-201514cb507257630b290000b8ea894f5403ce2f.tar.lz
yuzu-201514cb507257630b290000b8ea894f5403ce2f.tar.xz
yuzu-201514cb507257630b290000b8ea894f5403ce2f.tar.zst
yuzu-201514cb507257630b290000b8ea894f5403ce2f.zip
Diffstat (limited to 'src/core/cpu_manager.h')
-rw-r--r--src/core/cpu_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h
index 35929ed94..d685674bb 100644
--- a/src/core/cpu_manager.h
+++ b/src/core/cpu_manager.h
@@ -9,6 +9,9 @@
#include <functional>
#include <memory>
#include <thread>
+
+#include "common/fiber.h"
+#include "common/thread.h"
#include "core/hardware_properties.h"
namespace Common {