From 112fc51b452f35fffe8c7b07a021d13f5952af0d Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Thu, 3 Nov 2016 15:40:33 +0100 Subject: [PATCH] add missing #include <cstdlib> for getenv --- DDCore/src/Plugins.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DDCore/src/Plugins.cpp b/DDCore/src/Plugins.cpp index 7b429c462..1ef820abf 100644 --- a/DDCore/src/Plugins.cpp +++ b/DDCore/src/Plugins.cpp @@ -17,6 +17,7 @@ #if defined(DD4HEP_ROOT_VERSION_5) #include "DD4hep/Plugins.inl" #endif +#include <cstdlib> using namespace std; using namespace DD4hep; -- GitLab