aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-18 20:00:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-18 20:00:49 +0000
commit5231eaa5f58c49860d5446d5269685cd9c063ccb (patch)
tree3c9aedaf0a7d1f47316130440148271997ce29a8
parent0791aa52b6af724f4844bec86312a4e61dd8379c (diff)
Use System/DataTypes.h, stdint.h isn't portable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91707 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/CharUnits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/CharUnits.h b/include/clang/AST/CharUnits.h
index fee33d99ad..57d457f892 100644
--- a/include/clang/AST/CharUnits.h
+++ b/include/clang/AST/CharUnits.h
@@ -15,8 +15,8 @@
#define LLVM_CLANG_AST_CHARUNITS_H
#include "llvm/ADT/StringExtras.h"
+#include "llvm/System/DataTypes.h"
-#include <stdint.h>
#include <string>
namespace clang {