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 { _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits