summaryrefslogtreecommitdiffstats
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
commitf3e7fedff338af8fd12a470cd6a54537734e35be (patch)
treed2aeaea565e4d152e196e4e709b8d7878615ff4d
parentcfac7363633dfa4c7f7a3b8850d09577f3f7f987 (diff)
downloadbcm5719-llvm-f3e7fedff338af8fd12a470cd6a54537734e35be.tar.gz
bcm5719-llvm-f3e7fedff338af8fd12a470cd6a54537734e35be.zip
Added assert.h so that it compiles under newer versions of GCC.
llvm-svn: 6683
-rw-r--r--llvm/support/tools/TableGen/Record.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/support/tools/TableGen/Record.h b/llvm/support/tools/TableGen/Record.h
index 4f955b57d93..0118ff1f42c 100644
--- a/llvm/support/tools/TableGen/Record.h
+++ b/llvm/support/tools/TableGen/Record.h
@@ -10,6 +10,8 @@
#include <vector>
#include <map>
#include <iostream>
+#include <assert.h>
+
class Init;
class UnsetInit;
class BitInit;
OpenPOWER on IntegriCloud