From 4407eee0d8f11fd0015fe77fca9e9c157bf921c5 Mon Sep 17 00:00:00 2001 From: Sergey Linev <S.Linev@gsi.de> Date: Tue, 4 Feb 2020 11:13:27 +0100 Subject: [PATCH] Add missing include in geodemo.C macro Required to run macro in compiled mode --- tutorials/geom/geodemo.C | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/geom/geodemo.C b/tutorials/geom/geodemo.C index cb611edb871..b49a1cc3faf 100644 --- a/tutorials/geom/geodemo.C +++ b/tutorials/geom/geodemo.C @@ -34,6 +34,7 @@ #include "TGeoArb8.h" #include "TGeoXtru.h" #include "TGeoCompositeShape.h" +#include "TGeoTessellated.h" #include "TGeoPhysicalNode.h" Bool_t comments = kTRUE; -- GitLab