Skip to content

Commit 9fec66a

Browse files
committed
Adding lldb_dap::Log to the DAPForward.h.
1 parent 2b37022 commit 9fec66a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lldb/tools/lldb-dap/DAPForward.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ struct SourceBreakpoint;
1919
struct Watchpoint;
2020
struct InstructionBreakpoint;
2121
struct DAP;
22+
class Log;
2223
class BaseRequestHandler;
2324
class ResponseHandler;
2425
} // namespace lldb_dap

lldb/tools/lldb-dap/EventHelper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "EventHelper.h"
1010
#include "DAP.h"
11+
#include "DAPLog.h"
1112
#include "JSONUtils.h"
1213
#include "LLDBUtils.h"
1314
#include "lldb/API/SBFileSpec.h"

lldb/tools/lldb-dap/Transport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#ifndef LLDB_TOOLS_LLDB_DAP_TRANSPORT_H
1515
#define LLDB_TOOLS_LLDB_DAP_TRANSPORT_H
1616

17-
#include "DAPLog.h"
17+
#include "DAPForward.h"
1818
#include "Protocol/ProtocolBase.h"
1919
#include "lldb/lldb-forward.h"
2020
#include "llvm/ADT/StringRef.h"

0 commit comments

Comments
 (0)