1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

#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 549b3533be
commit bf7a239716

View File

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