summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-11 14:17:21 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-11 14:17:21 +0000
commit028936ada14335bb04f377d46a6261dc4c66dafd (patch)
treeb6ac14faac39078105b0ccffb8cc2eb8f4c45aa0 /utils
parentbe583b914d8156b99d3da264d5adca37fee8dbc9 (diff)
downloadllvm-028936ada14335bb04f377d46a6261dc4c66dafd.tar.gz
llvm-028936ada14335bb04f377d46a6261dc4c66dafd.tar.bz2
llvm-028936ada14335bb04f377d46a6261dc4c66dafd.tar.xz
Added assert.h so that it compiles under newer versions of GCC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/Record.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h
index 4f955b57d9..0118ff1f42 100644
--- a/utils/TableGen/Record.h
+++ b/utils/TableGen/Record.h
@@ -10,6 +10,8 @@
#include <vector>
#include <map>
#include <iostream>
+#include <assert.h>
+
class Init;
class UnsetInit;
class BitInit;