From b38168ee435fecfd562a97e26b78a7f639e063b4 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse Date: Mon, 23 Sep 2019 21:05:04 +0200 Subject: [PATCH] Workaround missing string_view header This is most likely a problem in ROOT, actually, but this should work it around. --- Run2DataModel/src/AliVVertex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Run2DataModel/src/AliVVertex.h b/Run2DataModel/src/AliVVertex.h index 36cf315..4ee56fb 100644 --- a/Run2DataModel/src/AliVVertex.h +++ b/Run2DataModel/src/AliVVertex.h @@ -8,6 +8,7 @@ // Author: A. Dainese //------------------------------------------------------------------------- +#include #include class AliVVertex: public TNamed {