From 812f4169fee839b6cc6532a76276e0a957aeba77 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:14 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-29 03:48:27 GMT G++3 fixes from Randolph --- ftparchive/override.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ftparchive/override.h') diff --git a/ftparchive/override.h b/ftparchive/override.h index 63f123c42..5917b9c92 100644 --- a/ftparchive/override.h +++ b/ftparchive/override.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: override.h,v 1.2 2001/02/20 07:03:18 jgg Exp $ +// $Id: override.h,v 1.3 2001/05/29 03:49:53 jgg Exp $ /* ###################################################################### Override @@ -18,6 +18,9 @@ #include #include + +using std::string; +using std::map; class Override { -- cgit v1.2.3