summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Herman <paulherman@google.com>2015-09-16 00:26:12 +0000
committerPaul Herman <paulherman@google.com>2015-09-16 00:26:12 +0000
commit82aa6f1ab5031e2178e0780a2f68eec53cb178ab (patch)
tree44d79fde3d2e566deee3f0585e3be047f47090d3
parent75e5fda3de0cd204c3f21071e99982c31a9df2fb (diff)
downloadbcm5719-llvm-82aa6f1ab5031e2178e0780a2f68eec53cb178ab.tar.gz
bcm5719-llvm-82aa6f1ab5031e2178e0780a2f68eec53cb178ab.zip
Fix missing include in CompilerDeclContext.h
llvm-svn: 247759
-rw-r--r--lldb/include/lldb/Symbol/CompilerDeclContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Symbol/CompilerDeclContext.h b/lldb/include/lldb/Symbol/CompilerDeclContext.h
index 70399b2dbb3..d696bb8ebec 100644
--- a/lldb/include/lldb/Symbol/CompilerDeclContext.h
+++ b/lldb/include/lldb/Symbol/CompilerDeclContext.h
@@ -14,6 +14,7 @@
#include "lldb/lldb-private.h"
#include "lldb/Core/ConstString.h"
+#include <vector>
namespace lldb_private {
OpenPOWER on IntegriCloud