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] |
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/Interpreter/OptionGroupFormat.cpp b/source/Interpreter/OptionGroupFormat.cpp index 944bb18..790cbb6 100644 --- a/source/Interpreter/OptionGroupFormat.cpp +++ b/source/Interpreter/OptionGroupFormat.cpp
@@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include "lldb/lldb-python.h" + #include "lldb/Interpreter/OptionGroupFormat.h" // C Includes