From 365dc291b17da9103e2b0c6a83f29afad542699a Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 29 May 2015 18:18:26 +0000 Subject: [PATCH] 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 --- lldb/source/Host/macosx/HostInfoMacOSX.mm | 2 ++ lldb/source/Host/posix/HostInfoPosix.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/lldb/source/Host/macosx/HostInfoMacOSX.mm b/lldb/source/Host/macosx/HostInfoMacOSX.mm index 4d8a479..edaff08 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 c35aeab..c04db71 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" -- 2.7.4