Skip to content
Snippets Groups Projects
Commit 3ff8ffda authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

LArCabling: Fix compilation with gcc14.

Missing include.
parent c9a9b1c8
1 merge request!68020RootUtils+TrigNavStructure+LArCabling: Fix compilation with gcc14.
//Dear emacs, this is -*-c++-*-
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
#ifndef LARLATOMEMAPPING_H
......@@ -12,6 +12,7 @@
#include "Identifier/IdentifierHash.h"
#include <vector>
#include <algorithm>
/**
* fixed number of channels on one LATOME board<br>
......
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