Skip to content

Commit 9a56fd8

Browse files
committed
Add a missing #include for LLDB_INVALID_ADDRESS
1 parent 01965b3 commit 9a56fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/Protocol/DAPTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#ifndef LLDB_TOOLS_LLDB_DAP_PROTOCOL_DAP_TYPES_H
1717
#define LLDB_TOOLS_LLDB_DAP_PROTOCOL_DAP_TYPES_H
1818

19+
#include "lldb/lldb-defines.h"
1920
#include "lldb/lldb-types.h"
2021
#include "llvm/Support/JSON.h"
2122
#include <optional>

0 commit comments

Comments
 (0)