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

RootUtils: Fix compilation with gcc14.

Missing include.
parent e81a5385
No related branches found
No related tags found
1 merge request!68020RootUtils+TrigNavStructure+LArCabling: Fix compilation with gcc14.
/*
* Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
* Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file RootUtils/src/WithRootErrorHandler.cxx
......@@ -11,6 +11,7 @@
#include "RootUtils/WithRootErrorHandler.h"
#include <vector>
#include <cstdlib>
namespace {
......
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