[llvm] [orc-rt] Add missing headers to Session.h (PR #168330)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 00:01:52 PST 2025


https://github.com/lhames created https://github.com/llvm/llvm-project/pull/168330

None

>From ad9b145c2450a86dfcd118d7434272712317207a Mon Sep 17 00:00:00 2001
From: Lang Hames <lhames at gmail.com>
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 <memory>
+#include <mutex>
 #include <vector>
 
 namespace orc_rt {



More information about the llvm-commits mailing list