diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2021-04-29 15:15:16 +0200 |
---|---|---|
committer | RSDuck <RSDuck@users.noreply.github.com> | 2021-04-29 15:15:16 +0200 |
commit | 0a3a2ad00909fa14f6ab85229b94b17ff257fa5b (patch) | |
tree | 9bc9bf5504c6740e03fad0455862f7c2a8863aa0 /src/dolphin | |
parent | eae42fb9f85ed45df5d1d885088539acf1f7c785 (diff) |
fix aarch64 build with gcc 11
Diffstat (limited to 'src/dolphin')
-rw-r--r-- | src/dolphin/Arm64Emitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphin/Arm64Emitter.cpp b/src/dolphin/Arm64Emitter.cpp index ae6258d..408411c 100644 --- a/src/dolphin/Arm64Emitter.cpp +++ b/src/dolphin/Arm64Emitter.cpp @@ -7,6 +7,7 @@ #include <cinttypes> #include <cstring> #include <vector> +#include <limits> #include "Compat.h" #include "Align.h" |