diff options
author | Zachary Turner <zturner@google.com> | 2015-03-04 01:58:01 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-03-04 01:58:01 +0000 |
commit | 633a29cffb6a5f56ca147e626e52365baec60493 (patch) | |
tree | 92ed39e2cb9f4351f1f21dc4a2caef09e7a86e67 /lldb/source/API | |
parent | 367bfa42d8efd2da49324324bd0e9a37f43a666a (diff) | |
download | bcm5719-llvm-633a29cffb6a5f56ca147e626e52365baec60493.tar.gz bcm5719-llvm-633a29cffb6a5f56ca147e626e52365baec60493.zip |
Further reduce header footprint of Debugger.h.
llvm-svn: 231202
Diffstat (limited to 'lldb/source/API')
-rw-r--r-- | lldb/source/API/SBCommandInterpreter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBCommandInterpreter.cpp b/lldb/source/API/SBCommandInterpreter.cpp index 193d06e4d92..5f2ccdc6c79 100644 --- a/lldb/source/API/SBCommandInterpreter.cpp +++ b/lldb/source/API/SBCommandInterpreter.cpp @@ -10,6 +10,7 @@ #include "lldb/lldb-python.h" #include "lldb/lldb-types.h" +#include "lldb/Core/Communication.h" #include "lldb/Core/SourceManager.h" #include "lldb/Core/Listener.h" #include "lldb/Interpreter/CommandInterpreter.h" |