diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-11-09 20:00:52 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-11-09 20:00:52 +0000 |
commit | b328ee55d86acaafd55ebf0e0c84766b29459530 (patch) | |
tree | e81ad720c34f42e16c75eb59466c162493bbb000 /include/clang/Basic/SourceLocation.h | |
parent | 9410928fb8434e8d26364cee45ebc1b798aafe41 (diff) |
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
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r-- | include/clang/Basic/SourceLocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <utility> #include <functional> #include <cassert> +#include <string> namespace llvm { class MemoryBuffer; |