[cfe-commits] r123412 - /cfe/trunk/include/clang/Basic/ABI.h

Francois Pichet pichet2000 at gmail.com
Thu Jan 13 15:35:06 PST 2011


Author: fpichet
Date: Thu Jan 13 17:35:06 2011
New Revision: 123412

URL: http://llvm.org/viewvc/llvm-project?rev=123412&view=rev
Log:
Unbreak the MSVC build.

Modified:
    cfe/trunk/include/clang/Basic/ABI.h

Modified: cfe/trunk/include/clang/Basic/ABI.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/ABI.h?rev=123412&r1=123411&r2=123412&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/ABI.h (original)
+++ cfe/trunk/include/clang/Basic/ABI.h Thu Jan 13 17:35:06 2011
@@ -15,7 +15,7 @@
 #ifndef CLANG_BASIC_ABI_H
 #define CLANG_BASIC_ABI_H
 
-#include <stdint.h>
+#include "llvm/Support/DataTypes.h"
 
 namespace clang {
 





More information about the cfe-commits mailing list