summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:51 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:51 +0000
commit0a84390105eee4349d30bb40be9f45f68468308f (patch)
tree8be36733a78a13749c5c089488e46e5f27619a08 /apt-pkg/sourcelist.h
parent5871718bb413ac072b3c2c4b4b88f7e328a18841 (diff)
G++3 fixes from Randolph
Author: jgg Date: 2001-05-07 04:24:08 GMT G++3 fixes from Randolph
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r--apt-pkg/sourcelist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h
index 1dc505425..8e0cb7aa3 100644
--- a/apt-pkg/sourcelist.h
+++ b/apt-pkg/sourcelist.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: sourcelist.h,v 1.10 2001/03/13 06:51:46 jgg Exp $
+// $Id: sourcelist.h,v 1.11 2001/05/07 04:24:08 jgg Exp $
/* ######################################################################
SourceList - Manage a list of sources
@@ -31,6 +31,9 @@
#include <vector>
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/indexfile.h>
+
+using std::string;
+using std::vector;
#ifdef __GNUG__
#pragma interface "apt-pkg/sourcelist.h"