commit | fe21d4f351f560921e615a6677afe1c057aa7f28 | [log] [tgz] |
---|---|---|
author | Matt Kopec <Matt.Kopec@intel.com> | Thu Feb 21 23:55:31 2013 +0000 |
committer | Matt Kopec <Matt.Kopec@intel.com> | Thu Feb 21 23:55:31 2013 +0000 |
tree | 2324e4760c79287229b9e4910c8094d363d1ff02 | |
parent | 1930d5dfa4e4dffa8bd07efb7a6c5760c76f04c9 [diff] [blame] |
Fix clang warnings related to python macro redefinition and printf format specifiers. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175829 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/DataFormatters/LibStdcpp.cpp b/source/DataFormatters/LibStdcpp.cpp index 76f4eba..a013051 100644 --- a/source/DataFormatters/LibStdcpp.cpp +++ b/source/DataFormatters/LibStdcpp.cpp
@@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include "lldb/lldb-python.h" + #include "lldb/DataFormatters/CXXFormatterFunctions.h" #include "lldb/Core/DataBufferHeap.h"