diff options
author | Matt Kopec <Matt.Kopec@intel.com> | 2013-02-21 23:55:31 +0000 |
---|---|---|
committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-02-21 23:55:31 +0000 |
commit | 676a48751d9acc6370ea30ae87062c3c4bd5e347 (patch) | |
tree | 81d41c5121c9e843be6c2cbd0e9bfb5583048f08 /lldb/source/DataFormatters/FormatCache.cpp | |
parent | cd5c7247ab895dfe4197e08736d025e807ce9bca (diff) | |
download | bcm5719-llvm-676a48751d9acc6370ea30ae87062c3c4bd5e347.tar.gz bcm5719-llvm-676a48751d9acc6370ea30ae87062c3c4bd5e347.zip |
Fix clang warnings related to python macro redefinition and printf format specifiers.
llvm-svn: 175829
Diffstat (limited to 'lldb/source/DataFormatters/FormatCache.cpp')
-rw-r--r-- | lldb/source/DataFormatters/FormatCache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/FormatCache.cpp b/lldb/source/DataFormatters/FormatCache.cpp index 69f32ec8670..af7b1c386c3 100644 --- a/lldb/source/DataFormatters/FormatCache.cpp +++ b/lldb/source/DataFormatters/FormatCache.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include "lldb/lldb-python.h" + // C Includes // C++ Includes |