diff options
| author | uvok | 2026-01-08 19:41:29 +0100 |
|---|---|---|
| committer | uvok | 2026-01-08 19:41:29 +0100 |
| commit | 70c3bd1af18d5ff24e8ad5d2a7a07b3088ecc86d (patch) | |
| tree | d89a82a2c2887024dd3bdd83e17cc52a1c7ef8f5 /nandgame | |
| parent | c2c1f652415cbe40bfffe6062fe41ddc3abebeaf (diff) | |
disas, c: Fix compilation, missing header
Diffstat (limited to 'nandgame')
| -rw-r--r-- | nandgame/assembler/disas.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nandgame/assembler/disas.h b/nandgame/assembler/disas.h index bc3343d..1f04268 100644 --- a/nandgame/assembler/disas.h +++ b/nandgame/assembler/disas.h @@ -1,3 +1,4 @@ #include <string> +#include <cstdint> -std::string print_decoded(uint16_t ins, bool simplify);
\ No newline at end of file +std::string print_decoded(uint16_t ins, bool simplify); |
