diff options
| author | 2021-11-28 12:21:45 +0100 | |
|---|---|---|
| committer | 2022-06-28 01:10:55 +0200 | |
| commit | 9cafb0d91266210dab2c72e484b493bceae1cb02 (patch) | |
| tree | b7a350271073804162c41254ff1889c8ec2a76bf /src/common/x64/native_clock.cpp | |
| parent | Core: add missing include. (diff) | |
| download | yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.gz yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.xz yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.zip | |
Core: Fix tests.
Diffstat (limited to 'src/common/x64/native_clock.cpp')
| -rw-r--r-- | src/common/x64/native_clock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/x64/native_clock.cpp b/src/common/x64/native_clock.cpp index 427a382cd..0b89f9ed2 100644 --- a/src/common/x64/native_clock.cpp +++ b/src/common/x64/native_clock.cpp | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include <chrono> | 5 | #include <chrono> |
| 6 | #include <thread> | 6 | #include <thread> |
| 7 | 7 | ||
| 8 | #include "common/atomic_ops.h" | ||
| 8 | #include "common/uint128.h" | 9 | #include "common/uint128.h" |
| 9 | #include "common/x64/native_clock.h" | 10 | #include "common/x64/native_clock.h" |
| 10 | 11 | ||