forked from OSchip/llvm-project
llvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules.
llvm-svn: 251674
This commit is contained in:
parent
ecf34922f0
commit
e31e67719c
|
@ -14,6 +14,10 @@
|
|||
#ifndef LLVM_EXECUTIONENGINE_ORC_LOGICALDYLIB_H
|
||||
#define LLVM_EXECUTIONENGINE_ORC_LOGICALDYLIB_H
|
||||
|
||||
#include "llvm/ExecutionEngine/Orc/JITSymbol.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
namespace orc {
|
||||
|
||||
|
|
Loading…
Reference in New Issue