diff options
author | archshift <admin@archshift.com> | 2014-09-03 07:05:45 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-07 23:31:07 +0200 |
commit | 498d1a37f16d36b0c6341b074e5390a9194567a7 (patch) | |
tree | adbf248d2b6d18e475f2d5390ff8ed7d37b6a877 /src/core | |
parent | Merge pull request #88 from archshift/remove-atomic (diff) | |
download | yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.gz yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.bz2 yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.lz yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.xz yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.zst yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core_timing.cpp | 2 |
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" |