From: John Criswell Date: Wed, 11 Jun 2003 14:17:21 +0000 (+0000) Subject: Added assert.h so that it compiles under newer versions of GCC. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=028936ada14335bb04f377d46a6261dc4c66dafd;p=oota-llvm.git 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 --- diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 4f955b57d93..0118ff1f42c 100644 --- a/support/tools/TableGen/Record.h +++ b/support/tools/TableGen/Record.h @@ -10,6 +10,8 @@ #include #include #include +#include + class Init; class UnsetInit; class BitInit; diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 4f955b57d93..0118ff1f42c 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -10,6 +10,8 @@ #include #include #include +#include + class Init; class UnsetInit; class BitInit;