From 12027a891274f9475fddd44cf12c822d3862c90b Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 6 May 1998 05:05:11 +0000 Subject: call.c, [...]: Add include of toplev.h. Wed May 6 06:36:41 1998 Robert Lipe * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c, expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c, search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c, xref.c: Add include of toplev.h. From-SVN: r19567 --- gcc/cp/semantics.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cp/semantics.c') diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index e7b738a..5d526c0 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -30,6 +30,7 @@ #include "cp-tree.h" #include "except.h" #include "lex.h" +#include "toplev.h" /* There routines provide a modular interface to perform many parsing operations. They may therefore be used during actual parsing, or -- cgit v1.1