diff options
author | Zachary Turner <zturner@google.com> | 2015-03-03 23:36:51 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-03-03 23:36:51 +0000 |
commit | 90aff47cb76fb606cf1c94cdd51fc625197f1865 (patch) | |
tree | 543022baccf1fc9c10b877d08c2ce1aa0026a0ee /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 5a0206a3ff813633e744d4305db68e9de2ff1613 (diff) | |
download | bcm5719-llvm-90aff47cb76fb606cf1c94cdd51fc625197f1865.tar.gz bcm5719-llvm-90aff47cb76fb606cf1c94cdd51fc625197f1865.zip |
Fix errors building on linux.
llvm-svn: 231169
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp index d3ad8380a28..aed0992bbe2 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp @@ -23,6 +23,7 @@ // Other libraries and framework includes #include "llvm/ADT/Triple.h" #include "lldb/Interpreter/Args.h" +#include "lldb/Core/DataBuffer.h" #include "lldb/Core/Debugger.h" #include "lldb/Core/Log.h" #include "lldb/Core/State.h" |