diff options
| author | 2015-06-20 23:36:19 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:53 +0100 | |
| commit | 3a771a13dcfd1de061e886e081393fca1fd1e689 (patch) | |
| tree | fc407932a6d1f859e57a61b86bd3820fc960baf4 /src/common/synchronized_wrapper.h | |
| parent | Common: Cleanup thread includes. (diff) | |
| download | yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.gz yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.xz yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.zip | |
Common: Cleanup profiler includes.
Diffstat (limited to '')
| -rw-r--r-- | src/common/synchronized_wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/synchronized_wrapper.h b/src/common/synchronized_wrapper.h index 946252b8c..ae5e8b1ed 100644 --- a/src/common/synchronized_wrapper.h +++ b/src/common/synchronized_wrapper.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <algorithm> | ||
| 7 | #include <mutex> | 8 | #include <mutex> |
| 8 | 9 | ||
| 9 | namespace Common { | 10 | namespace Common { |