]> granicus.if.org Git - clang/commitdiff
Use System/DataTypes.h, stdint.h isn't portable.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 18 Dec 2009 20:00:49 +0000 (20:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 18 Dec 2009 20:00:49 +0000 (20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91707 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/CharUnits.h

index fee33d99adb652dbb5cbe98615cd14bc542b86a6..57d457f89202aa01f5206e868936908d95686303 100644 (file)
@@ -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 {