aboutsummaryrefslogtreecommitdiff
path: root/src/util/bytevectorhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bytevectorhash.h')
-rw-r--r--src/util/bytevectorhash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/bytevectorhash.h b/src/util/bytevectorhash.h
index b88c17460b..c2322b8daf 100644
--- a/src/util/bytevectorhash.h
+++ b/src/util/bytevectorhash.h
@@ -5,7 +5,8 @@
#ifndef BITCOIN_UTIL_BYTEVECTORHASH_H
#define BITCOIN_UTIL_BYTEVECTORHASH_H
-#include <stdint.h>
+#include <cstdint>
+#include <cstddef>
#include <vector>
/**