================ @@ -9,21 +9,27 @@ #ifndef LLDB_TOOLS_LLDB_DAP_BREAKPOINTBASE_H #define LLDB_TOOLS_LLDB_DAP_BREAKPOINTBASE_H -#include "llvm/Support/JSON.h" #include <string> +#include "llvm/Support/JSON.h" + +#include "DAPForward.h" ---------------- ashgti wrote:
I ran `include-what-you-use`[^1] on the breakpoint implementation files and fixed the `#includes` for them. If you think that should go into a separate pull request, I can move that out of here and have a follow up for that as well. [^1]: https://include-what-you-use.org/ https://github.com/llvm/llvm-project/pull/115208 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits