diff options
| author | 2022-11-21 11:31:18 -0500 | |
|---|---|---|
| committer | 2022-11-22 22:22:28 -0500 | |
| commit | 9737615948d431cf56826f3c109bbc0fef7b4d10 (patch) | |
| tree | 9d4742bf8f2b64b9a5b30ae33b105a5e9344ab3b /src/common/logging | |
| parent | Merge pull request #9279 from liamwhite/this-would-have-never-happened-in-rust (diff) | |
| download | yuzu-9737615948d431cf56826f3c109bbc0fef7b4d10.tar.gz yuzu-9737615948d431cf56826f3c109bbc0fef7b4d10.tar.xz yuzu-9737615948d431cf56826f3c109bbc0fef7b4d10.zip | |
general: fix compile for Apple Clang
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 15d92505e..2a3bded40 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | #include <atomic> | 4 | #include <atomic> |
| 5 | #include <chrono> | 5 | #include <chrono> |
| 6 | #include <climits> | 6 | #include <climits> |
| 7 | #include <stop_token> | ||
| 8 | #include <thread> | 7 | #include <thread> |
| 9 | 8 | ||
| 10 | #include <fmt/format.h> | 9 | #include <fmt/format.h> |
| @@ -18,6 +17,7 @@ | |||
| 18 | #include "common/fs/fs_paths.h" | 17 | #include "common/fs/fs_paths.h" |
| 19 | #include "common/fs/path_util.h" | 18 | #include "common/fs/path_util.h" |
| 20 | #include "common/literals.h" | 19 | #include "common/literals.h" |
| 20 | #include "common/polyfill_thread.h" | ||
| 21 | #include "common/thread.h" | 21 | #include "common/thread.h" |
| 22 | 22 | ||
| 23 | #include "common/logging/backend.h" | 23 | #include "common/logging/backend.h" |