[Lldb-commits] [lldb] r105715 - in /lldb/trunk/include/lldb/Expression: ClangExpression.h RecordingMemoryManager.h

Eli Friedman eli.friedman at gmail.com
Wed Jun 9 02:19:14 PDT 2010


Author: efriedma
Date: Wed Jun  9 04:19:13 2010
New Revision: 105715

URL: http://llvm.org/viewvc/llvm-project?rev=105715&view=rev
Log:
A couple more minor error/warning fixes.


Modified:
    lldb/trunk/include/lldb/Expression/ClangExpression.h
    lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h

Modified: lldb/trunk/include/lldb/Expression/ClangExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/ClangExpression.h?rev=105715&r1=105714&r2=105715&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/ClangExpression.h (original)
+++ lldb/trunk/include/lldb/Expression/ClangExpression.h Wed Jun  9 04:19:13 2010
@@ -14,6 +14,7 @@
 // C++ Includes
 #include <string>
 #include <map>
+#include <memory>
 
 // Other libraries and framework includes
 // Project includes

Modified: lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h?rev=105715&r1=105714&r2=105715&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h (original)
+++ lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h Wed Jun  9 04:19:13 2010
@@ -150,5 +150,5 @@
 
 };
 
-}; // namespace lldb_private
+} // namespace lldb_private
 #endif  // lldb_RecordingMemoryManager_h_





More information about the lldb-commits mailing list