From 713e99f951ef262dab7c9634c97fec0518f0020c Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 19 Aug 2014 17:38:07 +0000 Subject: [PATCH] - fix for MacOS --- DDEve/src/EventControl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DDEve/src/EventControl.cpp b/DDEve/src/EventControl.cpp index ee6fc318b..da1b2fd25 100644 --- a/DDEve/src/EventControl.cpp +++ b/DDEve/src/EventControl.cpp @@ -23,6 +23,7 @@ #include "TGFileDialog.h" #include "TTree.h" +#include <libgen.h> using namespace std; using namespace DD4hep; -- GitLab