Skip to content
Snippets Groups Projects
Commit 7c4c5c86 authored by Frank Gaede's avatar Frank Gaede Committed by Marko Petric
Browse files

use correct CLHEP/Units/SystemOfUnits.h

 - need the units in namespace CLHEP
parent 5a7f9b1c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
#include "G4Threading.hh"
#include "G4AutoLock.hh"
#include "G4Version.hh"
#include "G4SystemOfUnits.hh"
// use the Geant4 units in namespace CLHEP
#include "CLHEP/Units/SystemOfUnits.h"
// edm4hep include files
#include "edm4hep/EventHeaderCollection.h"
......
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