diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68f5d1549..37278ecc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,10 @@ jobs: fail-fast: false matrix: LCG: ["dev3/x86_64-el9-gcc15-opt", - "dev4/x86_64-el9-clang22-opt", - "dev4/x86_64-el9-gcc15-opt", - "LCG_108/x86_64-el9-gcc15-opt", # root 6.36.02 with c++23 + "dev4/x86_64-el9-clang22-opt", + "dev4/x86_64-el9-gcc15-opt", + "dev4/x86_64-el9-gcc16-opt", + "LCG_108/x86_64-el9-gcc15-opt", # root 6.36.02 with c++23 "LCG_107/x86_64-el9-gcc13-opt", # root 6.34.02 !minimal root version for RNTuple "LCG_104/x86_64-el9-gcc13-opt"] # root 6.28.04 !minimal root version check steps: diff --git a/src/ArrowFrameConverter.cc b/src/ArrowFrameConverter.cc index c6edbdd0f..d4b5e55c7 100644 --- a/src/ArrowFrameConverter.cc +++ b/src/ArrowFrameConverter.cc @@ -5,8 +5,18 @@ #include "podio/utilities/ArrowTypeRegistry.h" #include "podio/utilities/ArrowUtils.h" -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #include namespace podio {