Skip to content
Snippets Groups Projects
Commit f7a7df92 authored by Frank Gaede's avatar Frank Gaede
Browse files

added +#include <algorithm> for std::for_each

parent 18cc84dd
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "DD4hep/BitField64.h" // provides StringTokenizer #include "DD4hep/BitField64.h" // provides StringTokenizer
#include <dlfcn.h> #include <dlfcn.h>
#include <algorithm>
#include <iostream> #include <iostream>
#include <cstdlib> #include <cstdlib>
#include <string> #include <string>
......
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