X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a7c835af20feeb470238ead3bda36af978c2600f..c29652b05e32b71126ee37c3a013d17f4d2a6479:/apt-pkg/sourcelist.h 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 #include #include + +using std::string; +using std::vector; #ifdef __GNUG__ #pragma interface "apt-pkg/sourcelist.h"