From 30aa0ec566771d7aa85798bd9077835631b81ab3 Mon Sep 17 00:00:00 2001
From: Chris Jones <jonesc@hep.phy.cam.ac.uk>
Date: Fri, 13 Dec 2024 14:53:40 +0000
Subject: [PATCH] LoKi/RangeList.h: Add missing vector include

---
 Phys/LoKiCore/include/LoKi/RangeList.h | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Phys/LoKiCore/include/LoKi/RangeList.h b/Phys/LoKiCore/include/LoKi/RangeList.h
index 77348bc65a7..6ecceab9e2e 100644
--- a/Phys/LoKiCore/include/LoKi/RangeList.h
+++ b/Phys/LoKiCore/include/LoKi/RangeList.h
@@ -9,12 +9,7 @@
 * or submit itself to any jurisdiction.                                       *
 \*****************************************************************************/
 // ============================================================================
-#ifndef LOKI_RANGELIST_H
-#define LOKI_RANGELIST_H 1
-// ============================================================================
-// Include files
-// ============================================================================
-// GaudiKernel
+#pragma once
 // ============================================================================
 #include "GaudiKernel/NamedRange.h"
 #include "GaudiKernel/Range.h"
@@ -155,4 +150,3 @@ inline LoKi::RangeList_<RANGE> operator+( const typename LoKi::RangeList_<RANGE>
 // ============================================================================
 //                                                                      The END
 // ============================================================================
-#endif // LOKI_RANGELIST_H
-- 
GitLab