On Nov 9, 2012, at 12:00 PM, Chad Rosier <[email protected]> wrote:

> Author: mcrosier
> Date: Fri Nov  9 14:00:52 2012
> New Revision: 167631
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=167631&view=rev
> Log:
> Add string to try and fix build from r167629.

Thanks! I didn't get the error with libc++.

> 
> Modified:
>    cfe/trunk/include/clang/Basic/SourceLocation.h
> 
> Modified: cfe/trunk/include/clang/Basic/SourceLocation.h
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceLocation.h?rev=167631&r1=167630&r2=167631&view=diff
> ==============================================================================
> --- cfe/trunk/include/clang/Basic/SourceLocation.h (original)
> +++ cfe/trunk/include/clang/Basic/SourceLocation.h Fri Nov  9 14:00:52 2012
> @@ -21,6 +21,7 @@
> #include <utility>
> #include <functional>
> #include <cassert>
> +#include <string>
> 
> namespace llvm {
>   class MemoryBuffer;
> 
> 
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to