commit | 2c9d2cab7c7963b2be4d0d036995979865184ba5 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Jan 27 16:36:51 2024 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Jan 27 22:20:42 2024 -0500 |
tree | ec2648e8ac52ca87ca8569faa8365b6f5c9b214f | |
parent | 91c15c8c09e0b55b3b1d5729a6d73a90af52c301 [diff] [blame] |
core: slim down `common.hpp` Change-Id: I875c35147edd2261fbaa24e809c170d5cd9b94d3
diff --git a/tests/other/cs-benchmark.cpp b/tests/other/cs-benchmark.cpp index 4446d31..f642d14 100644 --- a/tests/other/cs-benchmark.cpp +++ b/tests/other/cs-benchmark.cpp
@@ -26,6 +26,7 @@ #include "benchmark-helpers.hpp" #include "table/cs.hpp" +#include <functional> #include <iostream> #ifdef NFD_HAVE_VALGRIND