From 5a7f9b1c233dcda8879dd19d85c61ed20709668d Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Tue, 8 Dec 2020 10:35:35 +0100
Subject: [PATCH] cleanup includes - add G4SystemOfUnits.hh

---
 DDG4/edm4hep/Geant4Output2EDM4hep.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/DDG4/edm4hep/Geant4Output2EDM4hep.cpp b/DDG4/edm4hep/Geant4Output2EDM4hep.cpp
index ca33873cc..bc7abd5e6 100644
--- a/DDG4/edm4hep/Geant4Output2EDM4hep.cpp
+++ b/DDG4/edm4hep/Geant4Output2EDM4hep.cpp
@@ -25,7 +25,8 @@
 // Geant4 headers
 #include "G4Threading.hh"
 #include "G4AutoLock.hh"
-#include <G4Version.hh>
+#include "G4Version.hh"
+#include "G4SystemOfUnits.hh"
 
 // edm4hep include files
 #include "edm4hep/EventHeaderCollection.h"
-- 
GitLab