diff options
author | Greg Clayton <gclayton@apple.com> | 2013-04-20 00:25:20 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-04-20 00:25:20 +0000 |
commit | 71dba2ce89aeb166aee5728ed4bd5931ae14f37e (patch) | |
tree | 09550dccc703719ca66a97366a48a80338cb9a2b | |
parent | f937fbe47efcdea109e27165815a6339acfc0844 (diff) | |
download | bcm5719-llvm-71dba2ce89aeb166aee5728ed4bd5931ae14f37e.tar.gz bcm5719-llvm-71dba2ce89aeb166aee5728ed4bd5931ae14f37e.zip |
Be sure to include initializer_list when needed.
llvm-svn: 179911
-rw-r--r-- | lldb/include/lldb/Core/ValueObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/ValueObject.h b/lldb/include/lldb/Core/ValueObject.h index 056387c4fb6..0fabe9194f2 100644 --- a/lldb/include/lldb/Core/ValueObject.h +++ b/lldb/include/lldb/Core/ValueObject.h @@ -12,6 +12,7 @@ // C Includes // C++ Includes +#include <initializer_list> #include <map> #include <vector> // Other libraries and framework includes |