aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-03-16 13:29:55 -0700
committerGitHub <noreply@github.com>2023-03-16 13:29:55 -0700
commitf29dcd0d34bfc8c7d8982c9d03dc2e40bbc2f212 (patch)
tree0b19f24fde9d3f4f1303deb15738790f8e5a89b9
parenta6ec93c6b69287ec451f5790b2cdd5a76cdcece2 (diff)
parent0a7bb5403d0290cea8b2356179d92e4c61ffd51d (diff)
downloadriscv-isa-sim-f29dcd0d34bfc8c7d8982c9d03dc2e40bbc2f212.zip
riscv-isa-sim-f29dcd0d34bfc8c7d8982c9d03dc2e40bbc2f212.tar.gz
riscv-isa-sim-f29dcd0d34bfc8c7d8982c9d03dc2e40bbc2f212.tar.bz2
Merge pull request #1284 from jolivain/fix_gcc13_build
fesvr: fix compilation with gcc 13
-rw-r--r--fesvr/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fesvr/device.h b/fesvr/device.h
index 1387b74..639b837 100644
--- a/fesvr/device.h
+++ b/fesvr/device.h
@@ -6,6 +6,7 @@
#include <cstring>
#include <string>
#include <functional>
+#include <cstdint>
class memif_t;