diff options
Diffstat (limited to 'cmdline/indexcopy.h')
-rw-r--r-- | cmdline/indexcopy.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cmdline/indexcopy.h b/cmdline/indexcopy.h index 44a5e7d6b..e44a91727 100644 --- a/cmdline/indexcopy.h +++ b/cmdline/indexcopy.h @@ -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; |