From ad9b145c2450a86dfcd118d7434272712317207a Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 17 Nov 2025 18:19:32 +1100 Subject: [PATCH] [orc-rt] Add missing headers to Session.h --- orc-rt/include/orc-rt/Session.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orc-rt/include/orc-rt/Session.h b/orc-rt/include/orc-rt/Session.h index fbace053bd72f..78bd92bb0d0c8 100644 --- a/orc-rt/include/orc-rt/Session.h +++ b/orc-rt/include/orc-rt/Session.h @@ -19,6 +19,8 @@ #include "orc-rt-c/CoreTypes.h" +#include +#include #include namespace orc_rt {