Add newly-missing include
authorAdrian Prantl <aprantl@apple.com>
Thu, 12 Mar 2020 02:30:11 +0000 (19:30 -0700)
committerAdrian Prantl <aprantl@apple.com>
Thu, 12 Mar 2020 02:30:53 +0000 (19:30 -0700)
lldb/unittests/Host/HostInfoTest.cpp

index 1b31fde..ed4b7b5 100644 (file)
@@ -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;