Author: Adrian Prantl Date: 2020-03-11T19:30:53-07:00 New Revision: cd4c1adabeae8ea2939ee2d00d9d57aba3767960
URL: https://github.com/llvm/llvm-project/commit/cd4c1adabeae8ea2939ee2d00d9d57aba3767960 DIFF: https://github.com/llvm/llvm-project/commit/cd4c1adabeae8ea2939ee2d00d9d57aba3767960.diff LOG: Add newly-missing include Added: Modified: lldb/unittests/Host/HostInfoTest.cpp Removed: ################################################################################ diff --git a/lldb/unittests/Host/HostInfoTest.cpp b/lldb/unittests/Host/HostInfoTest.cpp index 1b31fde8580f..ed4b7b5d39c0 100644 --- a/lldb/unittests/Host/HostInfoTest.cpp +++ b/lldb/unittests/Host/HostInfoTest.cpp @@ -11,6 +11,7 @@ #include "TestingSupport/TestUtilities.h" #include "lldb/Host/FileSystem.h" #include "lldb/lldb-defines.h" +#include "llvm/Support/Host.h" #include "gtest/gtest.h" using namespace lldb_private; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits