aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-01-20 11:55:29 +0000
committerfanquake <fanquake@gmail.com>2023-01-20 11:55:29 +0000
commitaf862661654966d5de614755ab9bd1b5913e0959 (patch)
treec8e9c8533540a0672723a840b58844623c098308 /src/util/string.h
parent398768769f85cc1b6ff212ed931646b59fa1acd6 (diff)
downloadbitcoin-af862661654966d5de614755ab9bd1b5913e0959.tar.xz
23.x Add missing includes to fix gcc-13 compile error
Additional include fixes are required to make the 23.x branch compile using GCC 13.
Diffstat (limited to 'src/util/string.h')
-rw-r--r--src/util/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/string.h b/src/util/string.h
index a3b8df8d78..5f4859f1d7 100644
--- a/src/util/string.h
+++ b/src/util/string.h
@@ -9,6 +9,7 @@
#include <algorithm>
#include <array>
+#include <cstdint>
#include <cstring>
#include <locale>
#include <sstream>