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

Merge branch 'clemenci-master-patch-578a' into 'master'

Add missing include of vector

See merge request !4829
parents 65dba410 41d7c683
No related branches found
No related tags found
2 merge requests!4987Ignore: merge master into run5 branch,!4829Add missing include of vector
Pipeline #9615637 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