From 39e756c68699c8936e02b92795042fac59e69156 Mon Sep 17 00:00:00 2001 From: Evgeny Lavrik <evgeny.lavrik@uni-tuebingen.de> Date: Wed, 9 Sep 2020 12:24:49 +0200 Subject: [PATCH] Fix build for ubuntu 18.04 and gcc 7.5.0 --- reco/detectors/rich/mcbm/CbmRichMCbmQaRichOnly.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/reco/detectors/rich/mcbm/CbmRichMCbmQaRichOnly.cxx b/reco/detectors/rich/mcbm/CbmRichMCbmQaRichOnly.cxx index 2e7e6e602c..b58cb9f863 100644 --- a/reco/detectors/rich/mcbm/CbmRichMCbmQaRichOnly.cxx +++ b/reco/detectors/rich/mcbm/CbmRichMCbmQaRichOnly.cxx @@ -14,6 +14,7 @@ #include "TMath.h" #include "TStyle.h" #include "TSystem.h" +#include "TFile.h" #include <TBox.h> #include <TLegend.h> -- GitLab