From 87d302b9192538e18645f4c3efadc70e9a20a913 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Fri, 20 Jan 2023 06:34:11 +0100 Subject: [PATCH] Add missing #include Fixes compilation error with gcc 13 --- tree/ntuple/v7/inc/ROOT/RDaos.hxx | 1 + tree/ntuple/v7/test/CustomStruct.hxx | 1 + 2 files changed, 2 insertions(+) diff --git a/tree/ntuple/v7/inc/ROOT/RDaos.hxx b/tree/ntuple/v7/inc/ROOT/RDaos.hxx index 69ee9ba99d..6367dfa93f 100644 --- a/tree/ntuple/v7/inc/ROOT/RDaos.hxx +++ b/tree/ntuple/v7/inc/ROOT/RDaos.hxx @@ -22,6 +22,7 @@ #include +#include #include #include #include diff --git a/tree/ntuple/v7/test/CustomStruct.hxx b/tree/ntuple/v7/test/CustomStruct.hxx index a975b5ce5d..be08eba924 100644 --- a/tree/ntuple/v7/test/CustomStruct.hxx +++ b/tree/ntuple/v7/test/CustomStruct.hxx @@ -1,6 +1,7 @@ #ifndef ROOT7_RNTuple_Test_CustomStruct #define ROOT7_RNTuple_Test_CustomStruct +#include #include #include #include -- 2.39.1