summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/error.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:52 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:52 +0000
commit233b185f104d72df97b953362ef154e628a3c4c8 (patch)
tree96e90e1937a584c4bf129c340c034ae5d1e58776 /apt-pkg/contrib/error.h
parent0a84390105eee4349d30bb40be9f45f68468308f (diff)
G++3 fixes from Randolph
Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph
Diffstat (limited to 'apt-pkg/contrib/error.h')
-rw-r--r--apt-pkg/contrib/error.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/contrib/error.h b/apt-pkg/contrib/error.h
index 0dc57927a..a5fc1a223 100644
--- a/apt-pkg/contrib/error.h
+++ b/apt-pkg/contrib/error.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: error.h,v 1.7 2001/02/20 07:03:17 jgg Exp $
+// $Id: error.h,v 1.8 2001/05/07 05:06:52 jgg Exp $
/* ######################################################################
Global Erorr Class - Global error mechanism
@@ -55,6 +55,8 @@
#include <string>
+using std::string;
+
class GlobalError
{
struct Item