[Lldb-commits] [lldb] r247759 - Fix missing include in CompilerDeclContext.h

Paul Herman via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 17:26:12 PDT 2015


Author: paulherman
Date: Tue Sep 15 19:26:12 2015
New Revision: 247759

URL: http://llvm.org/viewvc/llvm-project?rev=247759&view=rev
Log:
Fix missing include in CompilerDeclContext.h

Modified:
    lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h

Modified: lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h?rev=247759&r1=247758&r2=247759&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h (original)
+++ lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h Tue Sep 15 19:26:12 2015
@@ -14,6 +14,7 @@
 
 #include "lldb/lldb-private.h"
 #include "lldb/Core/ConstString.h"
+#include <vector>
 
 namespace lldb_private {
 




More information about the lldb-commits mailing list