Add missing includes (to fix the modules build)

This commit is contained in:
Adrian Prantl
2024-03-18 14:36:10 -07:00
parent 65d444b9ed
commit 7459f72473

View File

@@ -13,6 +13,10 @@
#ifndef LLVM_EXECUTIONENGINE_ORC_SHARED_VTUNESHAREDSTRUCTS_H
#define LLVM_EXECUTIONENGINE_ORC_SHARED_VTUNESHAREDSTRUCTS_H
#include "ExecutorAddress.h"
#include <utility>
#include <vector>
namespace llvm {
namespace orc {