Skip to content

Commit 3b6ff59

Browse files
authored
fix PATH_MAX missing in windows build (#142259)
1 parent 3ec0c5c commit 3b6ff59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/ProtocolUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "lldb/API/SBDebugger.h"
1313
#include "lldb/API/SBTarget.h"
14+
#include "lldb/Host/PosixApi.h" // Adds PATH_MAX for windows
1415

1516
namespace lldb_dap {
1617

0 commit comments

Comments
 (0)