diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7459094f..c3aa2cd6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - 25.2.17 - 25.2.18 - 25.2.19 + - 25.2.20 + - 25.2.21 steps: - uses: actions/checkout@master diff --git a/xAODAnaHelpers/TauEfficiencyCorrector.h b/xAODAnaHelpers/TauEfficiencyCorrector.h index c0d629c81..c189e0053 100644 --- a/xAODAnaHelpers/TauEfficiencyCorrector.h +++ b/xAODAnaHelpers/TauEfficiencyCorrector.h @@ -23,6 +23,7 @@ #include "PileupReweighting/PileupReweightingTool.h" #include "TauAnalysisTools/TauEfficiencyCorrectionsTool.h" #include "TauAnalysisTools/ITauEfficiencyCorrectionsTool.h" +#include "TauAnalysisTools/ITauSelectionTool.h" class TauEfficiencyCorrector : public xAH::Algorithm {