[Lldb-commits] [lldb] r179911 - Be sure to include initializer_list when needed.
Greg Clayton
gclayton at apple.com
Fri Apr 19 17:25:20 PDT 2013
Author: gclayton
Date: Fri Apr 19 19:25:20 2013
New Revision: 179911
URL: http://llvm.org/viewvc/llvm-project?rev=179911&view=rev
Log:
Be sure to include initializer_list when needed.
Modified:
lldb/trunk/include/lldb/Core/ValueObject.h
Modified: lldb/trunk/include/lldb/Core/ValueObject.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ValueObject.h?rev=179911&r1=179910&r2=179911&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ValueObject.h (original)
+++ lldb/trunk/include/lldb/Core/ValueObject.h Fri Apr 19 19:25:20 2013
@@ -12,6 +12,7 @@
// C Includes
// C++ Includes
+#include <initializer_list>
#include <map>
#include <vector>
// Other libraries and framework includes
More information about the lldb-commits
mailing list