commit | 90aff47cb76fb606cf1c94cdd51fc625197f1865 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Mar 03 23:36:51 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Mar 03 23:36:51 2015 +0000 |
tree | 543022baccf1fc9c10b877d08c2ce1aa0026a0ee | |
parent | 5a0206a3ff813633e744d4305db68e9de2ff1613 [diff] [blame] |
Fix errors building on linux. llvm-svn: 231169
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp index d3ad838..aed0992 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"