forked from OSchip/llvm-project
Add missing #include, found by modules selfhost.
llvm-svn: 266697
This commit is contained in:
parent
3ca0d69530
commit
6dd330504b
|
@ -14,6 +14,9 @@
|
|||
#ifndef LLVM_EXECUTIONENGINE_ORC_RPCUTILS_H
|
||||
#define LLVM_EXECUTIONENGINE_ORC_RPCUTILS_H
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ExecutionEngine/Orc/OrcError.h"
|
||||
|
@ -36,8 +39,6 @@
|
|||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace llvm {
|
||||
namespace orc {
|
||||
namespace remote {
|
||||
|
|
Loading…
Reference in New Issue