#include DataTypes.h to compile on MinGW, patch by Henrik Bach.

llvm-svn: 16616
This commit is contained in:
Misha Brukman 2004-09-30 18:27:39 +00:00
parent ba94e672c3
commit 46cee7da73
1 changed files with 1 additions and 0 deletions

View File

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