From a3ca11eec14de6360ec43bb00e099972f8141f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Tue, 22 Sep 2026 16:37:31 +0200 Subject: [PATCH] ASoA: Include TBufferFile.h --- Framework/Core/include/Framework/ASoA.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index 4f1ef6bdeda57..ebdf71797cec9 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -28,6 +28,8 @@ #include "Framework/ArrowTableSlicingCache.h" // IWYU pragma: export #include "Framework/SliceCache.h" // IWYU pragma: export #include "Framework/VariantHelpers.h" // IWYU pragma: export + +#include // IWYU pragma: keep (needed by DECLARE_SOA_CCDB_COLUMN_FULL) #include #include #include // IWYU pragma: export