aboutsummaryrefslogtreecommitdiff
path: root/src/bench/pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/pool.cpp')
-rw-r--r--src/bench/pool.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bench/pool.cpp b/src/bench/pool.cpp
index b2a5f8debf..40b098f54c 100644
--- a/src/bench/pool.cpp
+++ b/src/bench/pool.cpp
@@ -5,7 +5,11 @@
#include <bench/bench.h>
#include <support/allocators/pool.h>
+#include <cstddef>
+#include <cstdint>
+#include <functional>
#include <unordered_map>
+#include <utility>
template <typename Map>
void BenchFillClearMap(benchmark::Bench& bench, Map& map)