Skip to content

Commit a325c53

Browse files
committed
[lldb] Fix lldb windows build breakage from #112657.
LLDB windows build failure: https://lab.llvm.org/buildbot/#/builders/141/builds/3462
1 parent 4a96081 commit a325c53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/unittests/Host/FileActionTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
#include "lldb/Host/FileAction.h"
1212
#include "gtest/gtest.h"
13+
#if defined(_WIN32)
14+
#include "lldb/Host/windows/PosixApi.h"
15+
#endif
1316

1417
using namespace lldb_private;
1518

0 commit comments

Comments
 (0)