]> git.saurik.com Git - apt.git/blobdiff - cmdline/indexcopy.h
* Patch from Otavio Salvador to avoid listing suggests/...
[apt.git] / cmdline / indexcopy.h
index 44a5e7d6b438555af4d8ff348d9f436d0fe9d091..e44a91727ad90d523496c483c5a69a3c63c1f18f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: indexcopy.h,v 1.2 2001/02/20 07:03:17 jgg Exp $
+// $Id: indexcopy.h,v 1.3 2001/05/27 04:46:54 jgg Exp $
 /* ######################################################################
 
    Index Copying - Aid for copying and verifying the index files
@@ -14,6 +14,9 @@
 #include <string>
 #include <stdio.h>
 
+using std::string;
+using std::vector;
+
 class pkgTagSection;
 class FileFd;