diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx index 7d2a6a64e8c521f1937fac608626220bcb91144e..e0a63e2765a98320cef5fc9d658e297447f4a90f 100644 --- a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx +++ b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx @@ -45,7 +45,7 @@ #include "SGTools/StlMapClids.h" // to make sure we have their clids #include "SGTools/StlVectorClids.h" // to make sure we have their clids #include "SGTools/TransientAddress.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" #include "TObject.h" #include "TTree.h" diff --git a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx index 9785f6408b8c79471b23ebb216b47d1eeabf2002..4860a19f06c2e0e155ff596eff702f4796b6ffa6 100644 --- a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx +++ b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx @@ -46,7 +46,7 @@ #include "SGTools/StlMapClids.h" // to make sure we have their clids #include "SGTools/StlVectorClids.h" // to make sure we have their clids #include "SGTools/TransientAddress.h" -#include "StoreGate/StoreGate.h" +#include "StoreGate/StoreGateSvc.h" // EventInfo includes #include "EventInfo/EventInfo.h"