From b55a38a922fa7029d4f611be102155b7bd66f5d8 Mon Sep 17 00:00:00 2001 From: Nicolas de Sereville <deserevi@ipno.in2p3.fr> Date: Thu, 10 Dec 2015 10:20:59 +0100 Subject: [PATCH] + Add missing header --- NPLib/ComptonTelescope/TComptonTelescopePhysics.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/NPLib/ComptonTelescope/TComptonTelescopePhysics.h b/NPLib/ComptonTelescope/TComptonTelescopePhysics.h index 5b9a572ac..ed2067192 100644 --- a/NPLib/ComptonTelescope/TComptonTelescopePhysics.h +++ b/NPLib/ComptonTelescope/TComptonTelescopePhysics.h @@ -22,22 +22,23 @@ * * * * *****************************************************************************/ +// STL +#include <vector> +using namespace std; // NPL #include "TComptonTelescopeData.h" #include "TComptonTelescopeSpectra.h" + #include "NPCalibrationManager.h" #include "NPVDetector.h" +#include "NPDetectorFactory.h" // ROOT #include "TVector2.h" #include "TVector3.h" #include "TObject.h" -// STL -#include <vector> -using namespace std; - // forward declaration class TComptonTelescopeSpectra; -- GitLab