From 4eadbbad78b5e8490862216acd4a0557e283765b Mon Sep 17 00:00:00 2001 From: Francesco Noferini Date: Sat, 7 Mar 2026 10:20:16 +0100 Subject: [PATCH] fix include in one TOF macro --- Detectors/TOF/prototyping/checkDRMobj_tof.C | 1 + 1 file changed, 1 insertion(+) diff --git a/Detectors/TOF/prototyping/checkDRMobj_tof.C b/Detectors/TOF/prototyping/checkDRMobj_tof.C index 9652a4fb9823e..81381852b15df 100644 --- a/Detectors/TOF/prototyping/checkDRMobj_tof.C +++ b/Detectors/TOF/prototyping/checkDRMobj_tof.C @@ -12,6 +12,7 @@ #if !defined(__CLING__) || defined(__ROOTCLING__) #include "TFile.h" #include "TH2F.h" +#include "TCanvas.h" #include "TOFBase/CalibTOFapi.h" #endif