From: John Criswell Date: Wed, 20 Aug 2003 22:07:45 +0000 (+0000) Subject: Added #include . In GCC 3.3, we don't get assert() through the other X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=43bf32e86c2ac98a8fc812ef314c373bfb574ad5;p=oota-llvm.git Added #include . In GCC 3.3, we don't get assert() through the other language header files like we did under 3.2.1, and we're not grabbing it through the LLVM header files either. So just include it directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7996 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/TableGen/InstrSelectorEmitter.h b/support/tools/TableGen/InstrSelectorEmitter.h index 16ac6bfccf6..922aa79dfa1 100644 --- a/support/tools/TableGen/InstrSelectorEmitter.h +++ b/support/tools/TableGen/InstrSelectorEmitter.h @@ -12,6 +12,8 @@ #include "CodeGenWrappers.h" #include #include +#include + class DagInit; class Init; class InstrSelectorEmitter; diff --git a/utils/TableGen/InstrSelectorEmitter.h b/utils/TableGen/InstrSelectorEmitter.h index 16ac6bfccf6..922aa79dfa1 100644 --- a/utils/TableGen/InstrSelectorEmitter.h +++ b/utils/TableGen/InstrSelectorEmitter.h @@ -12,6 +12,8 @@ #include "CodeGenWrappers.h" #include #include +#include + class DagInit; class Init; class InstrSelectorEmitter;