From cfc922131c8a977e14c6611ed991f0889b0c47c8 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Fri, 17 Jan 2025 10:35:37 +0100 Subject: [PATCH 2/2] Add a missing include to RTensor. In gcc-15, needs to be included to use fixed-size integer types. --- tmva/tmva/inc/TMVA/RTensor.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/tmva/tmva/inc/TMVA/RTensor.hxx b/tmva/tmva/inc/TMVA/RTensor.hxx index ad152f219a..795cc70689 100644 --- a/tmva/tmva/inc/TMVA/RTensor.hxx +++ b/tmva/tmva/inc/TMVA/RTensor.hxx @@ -3,6 +3,7 @@ #include #include // std::size_t +#include #include // std::runtime_error #include // std::stringstream #include // std::shared_ptr -- 2.48.0