diff options
author | Alexander Kornienko <alexfh@google.com> | 2019-03-05 12:05:35 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2019-03-05 12:05:35 +0000 |
commit | 7523f743b4c0bbf59bb9dfd806fce43fbc4eb1ca (patch) | |
tree | 1599f52962a7cd6c8392d4faa55803a301e7592f /lldb | |
parent | 1e93080ca854fa89b74a3f051605ca4db2d4de89 (diff) | |
download | bcm5719-llvm-7523f743b4c0bbf59bb9dfd806fce43fbc4eb1ca.tar.gz bcm5719-llvm-7523f743b4c0bbf59bb9dfd806fce43fbc4eb1ca.zip |
[lldb] Fix linux host build after r355342
llvm-svn: 355392
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/source/Host/linux/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/linux/Host.cpp b/lldb/source/Host/linux/Host.cpp index f94abd03a6f..03fa798f0f5 100644 --- a/lldb/source/Host/linux/Host.cpp +++ b/lldb/source/Host/linux/Host.cpp @@ -20,6 +20,7 @@ #include "llvm/Support/ScopedPrinter.h" #include "lldb/Utility/Log.h" +#include "lldb/Utility/ProcessInfo.h" #include "lldb/Utility/Status.h" #include "lldb/Host/FileSystem.h" |