aboutsummaryrefslogtreecommitdiff
path: root/src/bench/gcs_filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/gcs_filter.cpp')
-rw-r--r--src/bench/gcs_filter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bench/gcs_filter.cpp b/src/bench/gcs_filter.cpp
index 0af4ee98fe..e6cc3d4d54 100644
--- a/src/bench/gcs_filter.cpp
+++ b/src/bench/gcs_filter.cpp
@@ -4,6 +4,11 @@
#include <bench/bench.h>
#include <blockfilter.h>
+#include <uint256.h>
+
+#include <cstdint>
+#include <utility>
+#include <vector>
static GCSFilter::ElementSet GenerateGCSTestElements()
{