summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
//===----------------------------------------------------------------------===//