Skip to content

Conversation

@ashgti
Copy link
Contributor

@ashgti ashgti commented Nov 8, 2024

@ashgti ashgti requested a review from DavidSpickett November 8, 2024 22:06
@ashgti ashgti marked this pull request as ready for review November 8, 2024 22:06
@ashgti ashgti requested a review from JDevlieghere as a code owner November 8, 2024 22:06
@llvmbot llvmbot added the lldb label Nov 8, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 8, 2024

@llvm/pr-subscribers-platform-windows

@llvm/pr-subscribers-lldb

Author: John Harrison (ashgti)

Changes

This should fix https://lab.llvm.org/buildbot/#/builders/141/builds/3722


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

1 Files Affected:

  • (modified) lldb/tools/lldb-dap/JSONUtils.cpp (+1)
diff --git a/lldb/tools/lldb-dap/JSONUtils.cpp b/lldb/tools/lldb-dap/JSONUtils.cpp
index 663ae33ed83170..a7300abae0eac8 100644
--- a/lldb/tools/lldb-dap/JSONUtils.cpp
+++ b/lldb/tools/lldb-dap/JSONUtils.cpp
@@ -31,6 +31,7 @@
 #include "lldb/API/SBThread.h"
 #include "lldb/API/SBType.h"
 #include "lldb/API/SBValue.h"
+#include "lldb/Host/PosixApi.h" // IWYU pragma: keep
 #include "lldb/lldb-defines.h"
 #include "lldb/lldb-enumerations.h"
 #include "lldb/lldb-types.h"

@ashgti ashgti merged commit 8d8d9f0 into llvm:main Nov 8, 2024
11 of 12 checks passed
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants