[cfe-commits] r91707 - /cfe/trunk/include/clang/AST/CharUnits.h

Daniel Dunbar daniel at zuster.org
Fri Dec 18 12:00:49 PST 2009


Author: ddunbar
Date: Fri Dec 18 14:00:49 2009
New Revision: 91707

URL: http://llvm.org/viewvc/llvm-project?rev=91707&view=rev
Log:
Use System/DataTypes.h, stdint.h isn't portable.

Modified:
    cfe/trunk/include/clang/AST/CharUnits.h

Modified: cfe/trunk/include/clang/AST/CharUnits.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CharUnits.h?rev=91707&r1=91706&r2=91707&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/CharUnits.h (original)
+++ cfe/trunk/include/clang/AST/CharUnits.h Fri Dec 18 14:00:49 2009
@@ -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 {





More information about the cfe-commits mailing list