Skip to content

Commit 8d8d9f0

Browse files
authored
[lldb-dap] Fix lldb-dap build for windows, missing PATH_MAX. (#115551)
This should fix https://lab.llvm.org/buildbot/#/builders/141/builds/3722
1 parent 26a9f3f commit 8d8d9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/JSONUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "lldb/API/SBThread.h"
3232
#include "lldb/API/SBType.h"
3333
#include "lldb/API/SBValue.h"
34+
#include "lldb/Host/PosixApi.h" // IWYU pragma: keep
3435
#include "lldb/lldb-defines.h"
3536
#include "lldb/lldb-enumerations.h"
3637
#include "lldb/lldb-types.h"

0 commit comments

Comments
 (0)