llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Ely Ronnen (eronnen) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/142259.diff 1 Files Affected: - (modified) lldb/tools/lldb-dap/ProtocolUtils.cpp (+1) ``````````diff diff --git a/lldb/tools/lldb-dap/ProtocolUtils.cpp b/lldb/tools/lldb-dap/ProtocolUtils.cpp index b760a81b73959..4e47c87b73592 100644 --- a/lldb/tools/lldb-dap/ProtocolUtils.cpp +++ b/lldb/tools/lldb-dap/ProtocolUtils.cpp @@ -11,6 +11,7 @@ #include "lldb/API/SBDebugger.h" #include "lldb/API/SBTarget.h" +#include "lldb/Host/PosixApi.h" // Adds PATH_MAX for windows namespace lldb_dap { `````````` </details> https://github.com/llvm/llvm-project/pull/142259 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits