aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-11-09 20:00:52 +0000
committerChad Rosier <mcrosier@apple.com>2012-11-09 20:00:52 +0000
commitb328ee55d86acaafd55ebf0e0c84766b29459530 (patch)
treee81ad720c34f42e16c75eb59466c162493bbb000 /include/clang/Basic/SourceLocation.h
parent9410928fb8434e8d26364cee45ebc1b798aafe41 (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.h1
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;