]> granicus.if.org Git - clang/commitdiff
Unbreak the MSVC build.
authorFrancois Pichet <pichet2000@gmail.com>
Thu, 13 Jan 2011 23:35:06 +0000 (23:35 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Thu, 13 Jan 2011 23:35:06 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123412 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/ABI.h

index 2a05958496fa02c89d6bec6b3bc13257073de395..018f500265411753e69345ac3281e900f0af1325 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef CLANG_BASIC_ABI_H
 #define CLANG_BASIC_ABI_H
 
-#include <stdint.h>
+#include "llvm/Support/DataTypes.h"
 
 namespace clang {