diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2010-06-10 04:51:35 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2010-06-10 04:51:35 +0000 |
| commit | 048ceecb15b35985a6704c44996718870aa640fb (patch) | |
| tree | 34210f0ae36ec23d5e7b383461cce1b37208a7a2 /lldb/source/lldb-log.cpp | |
| parent | 8c3ad54bc2cc9038e830c6c4c7a6958f6690ee99 (diff) | |
| download | bcm5719-llvm-048ceecb15b35985a6704c44996718870aa640fb.tar.gz bcm5719-llvm-048ceecb15b35985a6704c44996718870aa640fb.zip | |
Add missing include.
llvm-svn: 105781
Diffstat (limited to 'lldb/source/lldb-log.cpp')
| -rw-r--r-- | lldb/source/lldb-log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp index 118a5b30632..adef056fccb 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; |

