]> granicus.if.org Git - clang/commitdiff
make sure we have a definition of uintptr_t.
authorChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 18:21:04 +0000 (18:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 18:21:04 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63019 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index d8c17e11da584952575c7554fec1d5f694842916..41c2defacd5f2642d6b48abae28fcb57a6dca8c9 100644 (file)
@@ -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>