Re-add #include "lldb-python.h" back in two places.
authorZachary Turner <zturner@google.com>
Fri, 29 May 2015 18:18:26 +0000 (18:18 +0000)
committerZachary Turner <zturner@google.com>
Fri, 29 May 2015 18:18:26 +0000 (18:18 +0000)
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
lldb/source/Host/posix/HostInfoPosix.cpp

index 4d8a479..edaff08 100644 (file)
@@ -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"
index c35aeab..c04db71 100644 (file)
@@ -7,6 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "lldb/lldb-python.h"
 #include "lldb/Core/Log.h"
 #include "lldb/Host/posix/HostInfoPosix.h"