Add missing #include, found by modules selfhost.

llvm-svn: 266697
This commit is contained in:
Richard Smith 2016-04-18 23:27:25 +00:00
parent 3ca0d69530
commit 6dd330504b
1 changed files with 3 additions and 2 deletions

View File

@ -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 {