diff options
| author | 2022-03-19 01:50:03 -0400 | |
|---|---|---|
| committer | 2022-03-20 02:25:09 -0400 | |
| commit | 866b7c20a8958069a048ffa600155ec3cbd2e5f2 (patch) | |
| tree | 54191364052f7adc86f4f94afcb45b68186edda2 /src/common/thread.cpp | |
| parent | yuzu_cmd: Reduce unused includes (diff) | |
| download | yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.tar.gz yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.tar.xz yuzu-866b7c20a8958069a048ffa600155ec3cbd2e5f2.zip | |
general: Fix clang/gcc build errors
Diffstat (limited to '')
| -rw-r--r-- | src/common/thread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/thread.cpp b/src/common/thread.cpp index 91c8a8e13..946a1114d 100644 --- a/src/common/thread.cpp +++ b/src/common/thread.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include <string> | 5 | #include <string> |
| 6 | 6 | ||
| 7 | #include "common/error.h" | ||
| 7 | #include "common/logging/log.h" | 8 | #include "common/logging/log.h" |
| 8 | #include "common/thread.h" | 9 | #include "common/thread.h" |
| 9 | #ifdef __APPLE__ | 10 | #ifdef __APPLE__ |