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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
