================
@@ -10,6 +10,8 @@
 #define LLDB_TOOLS_LLDB_DAP_BREAKPOINT_H
 
 #include "BreakpointBase.h"
+#include "DAPForward.h"
+
 #include "lldb/API/SBBreakpoint.h"
----------------
labath wrote:

```suggestion
#include "DAPForward.h"
#include "lldb/API/SBBreakpoint.h"
```

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

Reply via email to