From ddd8afb05c3d7182261fe567b9f13a6d95210c0b Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Mon, 1 Feb 2016 09:11:35 -0600 Subject: [PATCH] Add missing include --- test/dt_DrawTest.C | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dt_DrawTest.C b/test/dt_DrawTest.C index 3bee837de19..d73a208bb33 100644 --- a/test/dt_DrawTest.C +++ b/test/dt_DrawTest.C @@ -1,6 +1,7 @@ #include "TTree.h" #include "TFile.h" #include "TList.h" +#include "TH1.h" #include "TROOT.h" #include <TBenchmark.h> -- GitLab