summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-11-28 11:28:29 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-06-28 01:10:55 +0200
commit00b09de3d9578b29271b33df1b98a37449e7373f (patch)
tree1c332841ed8ba579cddf3f90e237d6d10f20bf97
parentCore/Common: Corrections to core timing and add critical priority. (diff)
downloadyuzu-00b09de3d9578b29271b33df1b98a37449e7373f.tar
yuzu-00b09de3d9578b29271b33df1b98a37449e7373f.tar.gz
yuzu-00b09de3d9578b29271b33df1b98a37449e7373f.tar.bz2
yuzu-00b09de3d9578b29271b33df1b98a37449e7373f.tar.lz
yuzu-00b09de3d9578b29271b33df1b98a37449e7373f.tar.xz
yuzu-00b09de3d9578b29271b33df1b98a37449e7373f.tar.zst
yuzu-00b09de3d9578b29271b33df1b98a37449e7373f.zip
-rw-r--r--src/core/core_timing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index 5c9ee2902..901bf532e 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -5,6 +5,7 @@
#include <atomic>
#include <chrono>
+#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>