#include DataTypes.h to compile on MinGW, patch by Henrik Bach.
llvm-svn: 16616
diff --git a/llvm/utils/TableGen/Record.cpp b/llvm/utils/TableGen/Record.cpp
index 88c1f81..2041da6 100644
--- a/llvm/utils/TableGen/Record.cpp
+++ b/llvm/utils/TableGen/Record.cpp
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "Record.h"
+#include "llvm/Support/DataTypes.h"
using namespace llvm;
//===----------------------------------------------------------------------===//