aboutsummaryrefslogtreecommitdiff
path: root/src/cuckoocache.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-04-08 13:48:37 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-04-08 14:45:27 +0000
commitbf76000493082da05bf7258a5038e16fa76cd143 (patch)
tree634bdf699110cde8b5bff2b71d2a013ae943d8fd /src/cuckoocache.h
parent57890b2555ca347373109052f6789c23f46bc594 (diff)
downloadbitcoin-bf76000493082da05bf7258a5038e16fa76cd143.tar.xz
tests: Add fuzzing harness for classes/functions in cuckoocache.h
Diffstat (limited to 'src/cuckoocache.h')
-rw-r--r--src/cuckoocache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuckoocache.h b/src/cuckoocache.h
index 4ad5818cdc..2daf676c4a 100644
--- a/src/cuckoocache.h
+++ b/src/cuckoocache.h
@@ -5,6 +5,7 @@
#ifndef BITCOIN_CUCKOOCACHE_H
#define BITCOIN_CUCKOOCACHE_H
+#include <algorithm> // std::find
#include <array>
#include <atomic>
#include <cmath>