[cfe-commits] r63019 - /cfe/trunk/include/clang/Basic/SourceManager.h
Chris Lattner
sabre at nondot.org
Mon Jan 26 10:21:06 PST 2009
Author: lattner
Date: Mon Jan 26 12:21:04 2009
New Revision: 63019
URL: http://llvm.org/viewvc/llvm-project?rev=63019&view=rev
Log:
make sure we have a definition of uintptr_t.
Modified:
cfe/trunk/include/clang/Basic/SourceManager.h
Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=63019&r1=63018&r2=63019&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Mon Jan 26 12:21:04 2009
@@ -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>
More information about the cfe-commits
mailing list