[Lldb-commits] [lldb] r247754 - Fix the MacOSX build.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 16:59:41 PDT 2015


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"
 




More information about the lldb-commits mailing list