From 231684adb484e439bf0615bc6c3d46423af51c73 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 30 Sep 2004 18:27:39 +0000 Subject: [PATCH] #include DataTypes.h to compile on MinGW, patch by Henrik Bach. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16616 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/Record.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp index 88c1f81002e..2041da6c634 100644 --- a/utils/TableGen/Record.cpp +++ b/utils/TableGen/Record.cpp @@ -11,6 +11,7 @@ //===----------------------------------------------------------------------===// #include "Record.h" +#include "llvm/Support/DataTypes.h" using namespace llvm; //===----------------------------------------------------------------------===//