diff options
author | Chris Lattner <sabre@nondot.org> | 2009-01-26 18:21:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-01-26 18:21:04 +0000 |
commit | 464c4b3fdd473c9722cc00e7ef5f9929578f9c46 (patch) | |
tree | 16099390ee2b2f8a216712257a9eabe7df2571aa /include/clang/Basic/SourceManager.h | |
parent | e5cfa88294a16702402978b02e167ed4c48ce26f (diff) |
make sure we have a definition of uintptr_t.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r-- | include/clang/Basic/SourceManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index d8c17e11da..41c2defacd 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -16,6 +16,7 @@ #include "clang/Basic/SourceLocation.h" #include "llvm/Bitcode/SerializationFwd.h" +#include "llvm/Support/DataTypes.h" #include <vector> #include <set> #include <list> |