summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-04-18 23:27:25 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-04-18 23:27:25 +0000
commit6dd330504b237046886ea569708a2ab687d44a2c (patch)
treeef6dc3e2ae531c385e6f36c73461a717134f7c11
parent3ca0d69530dd15d4e839e3c51663ceef23fcc79d (diff)
downloadbcm5719-llvm-6dd330504b237046886ea569708a2ab687d44a2c.tar.gz
bcm5719-llvm-6dd330504b237046886ea569708a2ab687d44a2c.zip
Add missing #include, found by modules selfhost.
llvm-svn: 266697
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h b/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
index ba1467ea26d..7efe6046dc6 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
@@ -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 {
OpenPOWER on IntegriCloud