summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-30 18:27:39 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-30 18:27:39 +0000
commit231684adb484e439bf0615bc6c3d46423af51c73 (patch)
treef04208df291d075f4c1a9acc0182fc2e9289ccc3 /utils/TableGen/Record.cpp
parent34ec89cd4808d8a1704d30b92d906f0e72677cab (diff)
downloadllvm-231684adb484e439bf0615bc6c3d46423af51c73.tar.gz
llvm-231684adb484e439bf0615bc6c3d46423af51c73.tar.bz2
llvm-231684adb484e439bf0615bc6c3d46423af51c73.tar.xz
#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
Diffstat (limited to 'utils/TableGen/Record.cpp')
-rw-r--r--utils/TableGen/Record.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp
index 88c1f81002..2041da6c63 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;
//===----------------------------------------------------------------------===//