Skip to content
Snippets Groups Projects
Commit b84ea3be authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add #include <numeric> to make accumulate work

parent 024d3436
No related branches found
No related tags found
1 merge request!276Several fixes for Mac
Pipeline #3463 passed
......@@ -6,6 +6,7 @@
#include <map>
#include <iostream>
#include <algorithm>
#include <numeric>
using namespace std;
namespace {
......@@ -321,4 +322,4 @@ map<string, string> parserYAML::fetchAsMap(YAML::Node n){
}
return m;
}
#endif
\ No newline at end of file
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment