[Lldb-commits] [lldb] r105781 - /lldb/trunk/source/lldb-log.cpp

Eli Friedman eli.friedman at gmail.com
Wed Jun 9 21:51:35 PDT 2010


Author: efriedma
Date: Wed Jun  9 23:51:35 2010
New Revision: 105781

URL: http://llvm.org/viewvc/llvm-project?rev=105781&view=rev
Log:
Add missing include.


Modified:
    lldb/trunk/source/lldb-log.cpp

Modified: lldb/trunk/source/lldb-log.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/lldb-log.cpp?rev=105781&r1=105780&r2=105781&view=diff
==============================================================================
--- lldb/trunk/source/lldb-log.cpp (original)
+++ lldb/trunk/source/lldb-log.cpp Wed Jun  9 23:51:35 2010
@@ -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;





More information about the lldb-commits mailing list