From: Daniel Dunbar Date: Fri, 18 Dec 2009 20:00:49 +0000 (+0000) Subject: Use System/DataTypes.h, stdint.h isn't portable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5231eaa5f58c49860d5446d5269685cd9c063ccb;p=clang 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 --- 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 #include namespace clang {