[Lldb-commits] [lldb] [lldb-dap] Fix Windows build (PR #172475)

via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 16 05:00:51 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Sergei Druzhkov (DrSergei)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/172475.diff


1 Files Affected:

- (modified) lldb/tools/lldb-dap/Handler/CompileUnitsRequestHandler.cpp (+1) 


``````````diff
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;

``````````

</details>


https://github.com/llvm/llvm-project/pull/172475


More information about the lldb-commits mailing list