summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-08 04:08:06 +0200
committerbunnei <bunneidev@gmail.com>2014-09-08 04:08:06 +0200
commit85f1b76cd8a223968d61fbd93235acee5dcab47e (patch)
tree8b062c49cd6b6d34e39e4ad79005815e5c694c73 /src/core
parentMerge pull request #93 from lioncash/ref (diff)
parentRemoved common/std_xyz, instead using the std header (diff)
downloadyuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar
yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.gz
yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.bz2
yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.lz
yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.xz
yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.zst
yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_timing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp
index c30e36732..25fccce76 100644
--- a/src/core/core_timing.cpp
+++ b/src/core/core_timing.cpp
@@ -5,9 +5,9 @@
#include <vector>
#include <cstdio>
#include <atomic>
+#include <mutex>
#include "common/msg_handler.h"
-#include "common/std_mutex.h"
#include "common/chunk_file.h"
#include "core/core_timing.h"