diff options
author | Kookies | 2024-03-08 23:36:33 -0700 |
---|---|---|
committer | Kookies | 2024-03-08 23:36:33 -0700 |
commit | d119bdbe4d6dccf07e65a6f03febc52f0f71cf23 (patch) | |
tree | fe6177858f754f30c6274c508d6264548e8939a6 /00-stdint.diff | |
parent | 0f8166e5e736d3d5c5f322122b747f195cf868db (diff) | |
download | aur-d119bdbe4d6dccf07e65a6f03febc52f0f71cf23.tar.gz |
build fixes, minor tweaks, and a patch
Diffstat (limited to '00-stdint.diff')
-rw-r--r-- | 00-stdint.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/00-stdint.diff b/00-stdint.diff new file mode 100644 index 000000000000..cf703f5f3f53 --- /dev/null +++ b/00-stdint.diff @@ -0,0 +1,12 @@ +diff --git a/src/core/cpu/arm_disasm.hpp b/src/core/cpu/arm_disasm.hpp +index bd8ec0c..60e9abd 100644 +--- a/src/core/cpu/arm_disasm.hpp ++++ b/src/core/cpu/arm_disasm.hpp +@@ -2,6 +2,7 @@ + #define ARM_DISASM_HPP + + #include <string> ++#include <cstdint> + + enum ARM_INSTR + { |