#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
This commit is contained in:
Misha Brukman 2004-09-30 18:27:39 +00:00
parent 34ec89cd48
commit 231684adb4

View File

@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "Record.h"
#include "llvm/Support/DataTypes.h"
using namespace llvm;
//===----------------------------------------------------------------------===//