]> git.saurik.com Git - apt.git/blobdiff - ftparchive/override.h
G++3 fixes from Randolph
[apt.git] / ftparchive / override.h
index 63f123c420c51641d0b2cb057591520d3f627f14..5917b9c92559c70e424b217b32ac826ef8acbd43 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: override.h,v 1.2 2001/02/20 07:03:18 jgg Exp $
+// $Id: override.h,v 1.3 2001/05/29 03:49:53 jgg Exp $
 /* ######################################################################
 
    Override
@@ -18,6 +18,9 @@
 
 #include <map>
 #include <string>
+
+using std::string;
+using std::map;
     
 class Override
 {