From 171013879c78a031f34e8da05e8f9d35a37f7811 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Fri, 16 Mar 2018 14:42:46 -0400 Subject: [PATCH] Add missing header file to THcInterface (Root 5 needs) --- src/THcInterface.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/THcInterface.cxx b/src/THcInterface.cxx index ca109ca..a74e5fd 100644 --- a/src/THcInterface.cxx +++ b/src/THcInterface.cxx @@ -10,6 +10,7 @@ for the Hall C style parameter database. #include "TROOT.h" #include "THcInterface.h" +#include "TInterpreter.h" #include "THcParmList.h" #include "THcDetectorMap.h" #include "THcGlobals.h" -- GitLab