[Lldb-commits] [lldb] r226372 - Try to fix the Windows build after r226362.
Vince Harron
vharron at google.com
Fri Jan 16 22:42:10 PST 2015
Thanks!
On Fri, Jan 16, 2015 at 10:32 PM, Nico Weber <nicolasweber at gmx.de> wrote:
> Author: nico
> Date: Sat Jan 17 00:32:54 2015
> New Revision: 226372
>
> URL: http://llvm.org/viewvc/llvm-project?rev=226372&view=rev
> Log:
> Try to fix the Windows build after r226362.
>
> Modified:
> lldb/trunk/include/lldb/Core/Connection.h
>
> Modified: lldb/trunk/include/lldb/Core/Connection.h
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Connection.h?rev=226372&r1=226371&r2=226372&view=diff
>
> ==============================================================================
> --- lldb/trunk/include/lldb/Core/Connection.h (original)
> +++ lldb/trunk/include/lldb/Core/Connection.h Sat Jan 17 00:32:54 2015
> @@ -12,6 +12,7 @@
>
> // C Includes
> // C++ Includes
> +#include <string>
> // Other libraries and framework includes
> // Project includes
> #include "lldb/lldb-private.h"
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
--
Vince Harron | Technical Lead Manager | vharron at google.com | 858-442-0868
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150116/5902a9c0/attachment.html>
More information about the lldb-commits
mailing list