[Lldb-commits] [lldb] cd4c1ad - Add newly-missing include
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 11 19:31:09 PDT 2020
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;
More information about the lldb-commits
mailing list