[Lldb-commits] [lldb] r293948 - Fix mac build breakage due to StringStream move

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 2 14:38:12 PST 2017


Author: labath
Date: Thu Feb  2 16:38:12 2017
New Revision: 293948

URL: http://llvm.org/viewvc/llvm-project?rev=293948&view=rev
Log:
Fix mac build breakage due to StringStream move

Modified:
    lldb/trunk/source/Host/macosx/Host.mm

Modified: lldb/trunk/source/Host/macosx/Host.mm
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/Host.mm?rev=293948&r1=293947&r2=293948&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/Host.mm (original)
+++ lldb/trunk/source/Host/macosx/Host.mm Thu Feb  2 16:38:12 2017
@@ -62,7 +62,7 @@
 #include "lldb/Core/Module.h"
 #include "lldb/Core/ModuleSpec.h"
 #include "lldb/Core/StreamFile.h"
-#include "lldb/Core/StreamString.h"
+#include "lldb/Utility/StreamString.h"
 #include "lldb/Core/StructuredData.h"
 #include "lldb/Host/ConnectionFileDescriptor.h"
 #include "lldb/Host/Endian.h"




More information about the lldb-commits mailing list