Skip to content
Snippets Groups Projects
Commit 41d7c683 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Add missing include of vector

parent 65dba410
No related branches found
No related tags found
2 merge requests!4987Ignore: merge master into run5 branch,!4829Add missing include of vector
Pipeline #9615633 passed
/*****************************************************************************\ /*****************************************************************************\
* (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 * * This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * * Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
// ============================================================================ // ============================================================================
#include "GaudiKernel/NamedRange.h" #include "GaudiKernel/NamedRange.h"
#include "GaudiKernel/Range.h" #include "GaudiKernel/Range.h"
#include <vector>
// ============================================================================ // ============================================================================
/** @file /** @file
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment