From 4d055c05ce287dabd9e224af5c71d690a44b2db6 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:53 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-07 05:25:13 GMT G++3 fixes from Randolph --- apt-pkg/contrib/error.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apt-pkg/contrib/error.cc') diff --git a/apt-pkg/contrib/error.cc b/apt-pkg/contrib/error.cc index b60bd09a7..6aa740d29 100644 --- a/apt-pkg/contrib/error.cc +++ b/apt-pkg/contrib/error.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: error.cc,v 1.9 2001/02/20 07:03:17 jgg Exp $ +// $Id: error.cc,v 1.10 2001/05/07 05:28:44 jgg Exp $ /* ###################################################################### Global Erorr Class - Global error mechanism @@ -20,15 +20,18 @@ #include +#include #include #include -#include +#include #include #include #include "config.h" /*}}}*/ +using namespace std; + // Global Error Object /*{{{*/ /* If the implementation supports posix threads then the accessor function is compiled to be thread safe otherwise a non-safe version is used. A -- cgit v1.2.3