Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 1f5948f

Browse files
committed
llvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251674 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9452d6e commit 1f5948f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/llvm/ExecutionEngine/Orc/LogicalDylib.h

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
#ifndef LLVM_EXECUTIONENGINE_ORC_LOGICALDYLIB_H
1515
#define LLVM_EXECUTIONENGINE_ORC_LOGICALDYLIB_H
1616

17+
#include "llvm/ExecutionEngine/Orc/JITSymbol.h"
18+
#include <string>
19+
#include <vector>
20+
1721
namespace llvm {
1822
namespace orc {
1923

0 commit comments

Comments
 (0)