diff --git a/benchmark/histogram_parallel_filling.cpp b/benchmark/histogram_parallel_filling.cpp index c58c8ac8..dfce607e 100644 --- a/benchmark/histogram_parallel_filling.cpp +++ b/benchmark/histogram_parallel_filling.cpp @@ -5,7 +5,7 @@ // or copy at http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include #include #include #include @@ -29,7 +29,7 @@ using namespace boost::histogram; using namespace std::chrono_literals; using DS = dense_storage; -using DSTS = dense_storage>; +using DSTS = dense_storage>; static void NoThreads(benchmark::State& state) { std::default_random_engine gen(1);