From 4b04f6834fa705b2e5829f3cd0b19b2ce5cb22af Mon Sep 17 00:00:00 2001 From: Mohammad Al-Turany Date: Fri, 28 Nov 2014 08:49:14 +0100 Subject: [PATCH] correct typo --- tpc/Detector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpc/Detector.h b/tpc/Detector.h index e56debcaef652..97d310abdfc9c 100644 --- a/tpc/Detector.h +++ b/tpc/Detector.h @@ -1,7 +1,7 @@ #ifndef AliceO2_TPC_Detector_H_ #define AliceO2_TPC_Detector_H_ -#include "base/Detector.h" +#include "Base/Detector.h" #include "TVector3.h" #include "TLorentzVector.h"