From: Chad Rosier Date: Fri, 9 Nov 2012 20:00:52 +0000 (+0000) Subject: Add string to try and fix build from r167629. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b328ee55d86acaafd55ebf0e0c84766b29459530;p=clang Add string to try and fix build from r167629. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167631 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index 0bd0c92b00..cfcf468772 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -21,6 +21,7 @@ #include #include #include +#include namespace llvm { class MemoryBuffer;