aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/DAPForward.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-dap/DAPForward.h')
-rw-r--r--lldb/tools/lldb-dap/DAPForward.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/tools/lldb-dap/DAPForward.h b/lldb/tools/lldb-dap/DAPForward.h
index fffff1e..8c79488 100644
--- a/lldb/tools/lldb-dap/DAPForward.h
+++ b/lldb/tools/lldb-dap/DAPForward.h
@@ -14,6 +14,7 @@ struct BreakpointBase;
struct ExceptionBreakpoint;
struct FunctionBreakpoint;
struct SourceBreakpoint;
+struct Watchpoint;
} // namespace lldb_dap
namespace lldb {
@@ -39,6 +40,7 @@ class SBStringList;
class SBTarget;
class SBThread;
class SBValue;
+class SBWatchpoint;
} // namespace lldb
#endif