From 41d7c6833eb05e94b85bb0df6f578ba2468a6b4f Mon Sep 17 00:00:00 2001 From: Marco Clemencic <marco.clemencic@cern.ch> Date: Mon, 16 Dec 2024 09:05:24 +0100 Subject: [PATCH] Add missing include of vector --- Phys/LoKiCore/include/LoKi/RangeList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Phys/LoKiCore/include/LoKi/RangeList.h b/Phys/LoKiCore/include/LoKi/RangeList.h index e651d8e9f71..77348bc65a7 100644 --- a/Phys/LoKiCore/include/LoKi/RangeList.h +++ b/Phys/LoKiCore/include/LoKi/RangeList.h @@ -1,5 +1,5 @@ /*****************************************************************************\ -* (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration * +* (c) Copyright 2000-2024 CERN for the benefit of the LHCb Collaboration * * * * This software is distributed under the terms of the GNU General Public * * Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * @@ -18,6 +18,7 @@ // ============================================================================ #include "GaudiKernel/NamedRange.h" #include "GaudiKernel/Range.h" +#include <vector> // ============================================================================ /** @file * -- GitLab