Skip to content
Snippets Groups Projects
Commit e5ef7922 authored by Vasileios Karakasis's avatar Vasileios Karakasis
Browse files

Fixed compilation in profiler.

It was complaining for std::accumulate() in my laptop with clang.
parent 4398be6b
No related branches found
No related tags found
No related merge requests found
#include <numeric>
#include "profiler.hpp"
#include "util/debug.hpp"
......@@ -373,4 +375,3 @@ void profiler_output(double threshold) {}
} // namespace util
} // namespace mc
} // namespace nest
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment