From: Francois Pichet Date: Thu, 13 Jan 2011 23:35:06 +0000 (+0000) Subject: Unbreak the MSVC build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=852f65beb12a7a735b17b60856e701be14d627d4;p=clang Unbreak the MSVC build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123412 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/ABI.h b/include/clang/Basic/ABI.h index 2a05958496..018f500265 100644 --- a/include/clang/Basic/ABI.h +++ b/include/clang/Basic/ABI.h @@ -15,7 +15,7 @@ #ifndef CLANG_BASIC_ABI_H #define CLANG_BASIC_ABI_H -#include +#include "llvm/Support/DataTypes.h" namespace clang {