From ee23b4ded8106cf3a4718c1fb9580cdfa7104c8e Mon Sep 17 00:00:00 2001 From: Walter Lampl <Walter.Lampl@cern.ch> Date: Mon, 17 Aug 2020 20:38:12 +0200 Subject: [PATCH] BDTHelper.cxx: Add missing include statement --- Reconstruction/tauRecTools/Root/BDTHelper.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Reconstruction/tauRecTools/Root/BDTHelper.cxx b/Reconstruction/tauRecTools/Root/BDTHelper.cxx index 1623f035d278..a5f3261489a1 100644 --- a/Reconstruction/tauRecTools/Root/BDTHelper.cxx +++ b/Reconstruction/tauRecTools/Root/BDTHelper.cxx @@ -7,6 +7,7 @@ #include "TFile.h" #include "TTree.h" #include "TObjArray.h" +#include "TObjString.h" namespace tauRecTools { -- GitLab