Author: gclayton Date: Tue Sep 15 18:59:41 2015 New Revision: 247754 URL: http://llvm.org/viewvc/llvm-project?rev=247754&view=rev Log: Fix the MacOSX build.
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=247754&r1=247753&r2=247754&view=diff ============================================================================== --- lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h (original) +++ lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h Tue Sep 15 18:59:41 2015 @@ -10,6 +10,8 @@ #ifndef liblldb_CompilerDeclContext_h_ #define liblldb_CompilerDeclContext_h_ +#include <vector> + #include "lldb/lldb-private.h" #include "lldb/Core/ConstString.h" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits