summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/HostInfoMacOSX.mm
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-05-29 18:18:26 +0000
committerZachary Turner <zturner@google.com>2015-05-29 18:18:26 +0000
commit365dc291b17da9103e2b0c6a83f29afad542699a (patch)
treeecdda4d99f71afafd508eef1df2842aedf198f21 /lldb/source/Host/macosx/HostInfoMacOSX.mm
parent3733c03d3b18f9ce8166933612590b25fde1b31a (diff)
downloadbcm5719-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/source/Host/macosx/HostInfoMacOSX.mm')
-rw-r--r--lldb/source/Host/macosx/HostInfoMacOSX.mm2
1 files changed, 2 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"
OpenPOWER on IntegriCloud