diff options
author | Zachary Turner <zturner@google.com> | 2015-05-29 18:18:26 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-05-29 18:18:26 +0000 |
commit | 365dc291b17da9103e2b0c6a83f29afad542699a (patch) | |
tree | ecdda4d99f71afafd508eef1df2842aedf198f21 /lldb | |
parent | 3733c03d3b18f9ce8166933612590b25fde1b31a (diff) | |
download | bcm5719-llvm-365dc291b17da9103e2b0c6a83f29afad542699a.tar.gz bcm5719-llvm-365dc291b17da9103e2b0c6a83f29afad542699a.zip |
Re-add #include "lldb-python.h" back in two places.
Fixing these two instances will require some work, so for now
I'm adding these 2 includes back to get the build working.
llvm-svn: 238587
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/source/Host/macosx/HostInfoMacOSX.mm | 2 | ||||
-rw-r--r-- | lldb/source/Host/posix/HostInfoPosix.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Host/macosx/HostInfoMacOSX.mm b/lldb/source/Host/macosx/HostInfoMacOSX.mm index 4d8a479a061..edaff083373 100644 --- a/lldb/source/Host/macosx/HostInfoMacOSX.mm +++ b/lldb/source/Host/macosx/HostInfoMacOSX.mm @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include "lldb/lldb-python.h" + #include "lldb/Host/HostInfo.h" #include "lldb/Host/macosx/HostInfoMacOSX.h" #include "lldb/Interpreter/Args.h" diff --git a/lldb/source/Host/posix/HostInfoPosix.cpp b/lldb/source/Host/posix/HostInfoPosix.cpp index c35aeab9aa9..c04db71e1b8 100644 --- a/lldb/source/Host/posix/HostInfoPosix.cpp +++ b/lldb/source/Host/posix/HostInfoPosix.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include "lldb/lldb-python.h" #include "lldb/Core/Log.h" #include "lldb/Host/posix/HostInfoPosix.h" |