https://github.com/DrSergei created https://github.com/llvm/llvm-project/pull/172475
None >From 12a6220860979f448688964b11ee78f350c6fdf1 Mon Sep 17 00:00:00 2001 From: Druzhkov Sergei <[email protected]> Date: Tue, 16 Dec 2025 15:57:48 +0300 Subject: [PATCH] [lldb-dap] Fix Windows build --- lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp b/lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp index 230c10470bedb..e1a3b15b4697b 100644 --- a/lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp +++ b/lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp @@ -10,6 +10,7 @@ #include "EventHelper.h" #include "Protocol/ProtocolRequests.h" #include "RequestHandler.h" +#include "lldb/Host/PosixApi.h" // IWYU pragma: keep using namespace lldb_dap; using namespace lldb_dap::protocol; _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
