diff --git a/lldb/unittests/Host/MainLoopTest.cpp b/lldb/unittests/Host/MainLoopTest.cpp --- a/lldb/unittests/Host/MainLoopTest.cpp +++ b/lldb/unittests/Host/MainLoopTest.cpp @@ -9,6 +9,7 @@ #include "lldb/Host/MainLoop.h" #include "TestingSupport/SubsystemRAII.h" #include "lldb/Host/ConnectionFileDescriptor.h" +#include "lldb/Host/FileSystem.h" #include "lldb/Host/PseudoTerminal.h" #include "lldb/Host/common/TCPSocket.h" #include "llvm/Testing/Support/Error.h" @@ -20,7 +21,7 @@ namespace { class MainLoopTest : public testing::Test { public: - SubsystemRAII subsystems; + SubsystemRAII subsystems; void SetUp() override { bool child_processes_inherit = false;