From 533534a295df136136f3db63b4964f639a8d29bf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 25 Aug 2009 21:09:50 +0000 Subject: [PATCH] Add the #include here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80032 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 6a1b0c2eee2..9b21100ce42 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "llvm/MC/MCAsmInfo.h" +#include "llvm/Support/DataTypes.h" #include #include using namespace llvm;