From 43bf32e86c2ac98a8fc812ef314c373bfb574ad5 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 20 Aug 2003 22:07:45 +0000 Subject: [PATCH] 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 --- support/tools/TableGen/InstrSelectorEmitter.h | 2 ++ utils/TableGen/InstrSelectorEmitter.h | 2 ++ 2 files changed, 4 insertions(+) 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; -- 2.34.1