diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2018-05-26 14:59:14 +0000 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2018-05-26 14:59:14 +0000 |
| commit | 02d4ff44986c03c96198aea9bbb17d4b72a4fb9f (patch) | |
| tree | 145c774b4733c091779ffbd867ebf213e0788a8c /lldb/tools | |
| parent | 0efdcdfbfcf8a99a14549f28bc4bf1a2815b950d (diff) | |
| download | bcm5719-llvm-02d4ff44986c03c96198aea9bbb17d4b72a4fb9f.tar.gz bcm5719-llvm-02d4ff44986c03c96198aea9bbb17d4b72a4fb9f.zip | |
Add missing includes to some LLDB headers.
Summary: When compiling with modules, these missing includes cause the build to fail (as the header can't be compiled into a module).
Subscribers: ki.stfu, lldb-commits
Differential Revision: https://reviews.llvm.org/D47412
llvm-svn: 333345
Diffstat (limited to 'lldb/tools')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h b/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h index f4773053c28..55764511a6a 100644 --- a/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h +++ b/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h @@ -14,6 +14,7 @@ #include "MICmnMIValueList.h" #include "MICmnMIValueTuple.h" #include "MIUtilSingletonBase.h" +#include "lldb/API/SBEvent.h" // Declarations: class CMICmnLLDBDebugSessionInfo; |

