Skip to content
Snippets Groups Projects

add missing include for clang12

Merged Marco Cattaneo requested to merge fix-clang12-run2 into run2-patches
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
/*****************************************************************************\
* (c) Copyright 2020-2021 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2020-2022 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". *
@@ -13,6 +13,7 @@
#include <algorithm>
#include <cmath>
#include <fstream>
#include <iostream>
#include <memory>
#include <numeric>
Loading