From 29e2c4dc804cf2e4f2dea0b309d9fcfdee85bd48 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Fri, 16 Dec 2016 15:52:56 +0100 Subject: [PATCH] Missing #include. --- core/utils/src/rootclingIO.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/utils/src/rootclingIO.cxx b/core/utils/src/rootclingIO.cxx index 9ec0ef9dd31..2276b6be858 100644 --- a/core/utils/src/rootclingIO.cxx +++ b/core/utils/src/rootclingIO.cxx @@ -17,6 +17,7 @@ #include "TError.h" #include "TFile.h" #include "TProtoClass.h" +#include "TROOT.h" #include "TStreamerInfo.h" #include "TClassEdit.h" #include <memory> -- GitLab