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

add missing #include <cstdlib> for getenv

parent 04118661
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#if defined(DD4HEP_ROOT_VERSION_5) #if defined(DD4HEP_ROOT_VERSION_5)
#include "DD4hep/Plugins.inl" #include "DD4hep/Plugins.inl"
#endif #endif
#include <cstdlib>
using namespace std; using namespace std;
using namespace DD4hep; using namespace DD4hep;
......
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