aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/benchmark/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/pop_count/benchmark/main.cpp')
-rw-r--r--library/cpp/pop_count/benchmark/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/pop_count/benchmark/main.cpp b/library/cpp/pop_count/benchmark/main.cpp
index 41ea3c91cc..2266d29820 100644
--- a/library/cpp/pop_count/benchmark/main.cpp
+++ b/library/cpp/pop_count/benchmark/main.cpp
@@ -3,7 +3,7 @@
#include <util/system/type_name.h>
#include <library/cpp/pop_count/popcount.h>
-#include <library/cpp/testing/benchmark/bench.h>
+#include <library/cpp/testing/benchmark/bench.h>
template <class F, class I>
inline void DoRun(F&& f, I&& i) {