From 0fe555351541cd53318f212e9369afaf028c3107 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Sat, 27 Mar 2021 12:58:55 +0100
Subject: [PATCH] Fix compiler error

Add missing include statement. The error only shows up with FairSoft naov20
and FairRoot v18.4.2.
---
 core/detectors/trd/CbmTrdRadiator.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/detectors/trd/CbmTrdRadiator.cxx b/core/detectors/trd/CbmTrdRadiator.cxx
index 43e2a65408..c8a59bd1d6 100644
--- a/core/detectors/trd/CbmTrdRadiator.cxx
+++ b/core/detectors/trd/CbmTrdRadiator.cxx
@@ -14,6 +14,7 @@
 #include <TH1.h>          // for TH1D
 #include <TMath.h>        // for Exp, Sqrt, Cos, Pi
 #include <TMathBase.h>    // for Abs
+#include <TObjString.h>   // for TObjString
 #include <TRandom.h>      // for TRandom
 #include <TRandom3.h>     // for gRandom
 #include <TVector3.h>     // for TVector3
-- 
GitLab