diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-28 12:21:45 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-06-28 01:10:55 +0200 |
commit | 9cafb0d91266210dab2c72e484b493bceae1cb02 (patch) | |
tree | b7a350271073804162c41254ff1889c8ec2a76bf /src/common/x64 | |
parent | Core: add missing include. (diff) | |
download | yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.gz yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.bz2 yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.lz yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.xz yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.tar.zst yuzu-9cafb0d91266210dab2c72e484b493bceae1cb02.zip |
Diffstat (limited to 'src/common/x64')
-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 @@ #include <chrono> #include <thread> +#include "common/atomic_ops.h" #include "common/uint128.h" #include "common/x64/native_clock.h" |