From 143a8d27194d7116c3532c551f59f1f828cf79b4 Mon Sep 17 00:00:00 2001 From: Danilo Piparo <danilo.piparo@cern.ch> Date: Mon, 8 Apr 2019 08:41:23 +0200 Subject: [PATCH] [VecOps] Add missing include for c++11 builds --- math/vecops/inc/ROOT/RVec.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/math/vecops/inc/ROOT/RVec.hxx b/math/vecops/inc/ROOT/RVec.hxx index e5268fff225..fa3e6a7eb7d 100644 --- a/math/vecops/inc/ROOT/RVec.hxx +++ b/math/vecops/inc/ROOT/RVec.hxx @@ -23,6 +23,7 @@ #include <ROOT/RAdoptAllocator.hxx> #include <ROOT/RIntegerSequence.hxx> +#include <ROOT/RStringView.hxx> #include <ROOT/TypeTraits.hxx> #include <algorithm> -- GitLab