From 852f65beb12a7a735b17b60856e701be14d627d4 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Thu, 13 Jan 2011 23:35:06 +0000 Subject: [PATCH] Unbreak the MSVC build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123412 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/ABI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.1