commit | 048ceecb15b35985a6704c44996718870aa640fb | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Thu Jun 10 04:51:35 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Thu Jun 10 04:51:35 2010 +0000 |
tree | 34210f0ae36ec23d5e7b383461cce1b37208a7a2 | |
parent | 8c3ad54bc2cc9038e830c6c4c7a6958f6690ee99 [diff] [blame] |
Add missing include. llvm-svn: 105781
diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp index 118a5b3..adef056 100644 --- a/lldb/source/lldb-log.cpp +++ b/lldb/source/lldb-log.cpp
@@ -16,7 +16,7 @@ #include "lldb/Core/Args.h" #include "lldb/Core/Log.h" #include "lldb/Core/StreamFile.h" - +#include <string.h> using namespace lldb; using namespace lldb_private;