]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cdromutl.h
* merged from the auto-mark branch
[apt.git] / apt-pkg / contrib / cdromutl.h
index 309857ddef851fecf274e43b3a76b62111d808ad..3180a03c70f4bcf6a54fbf18d7b2382f19b4b5f6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cdromutl.h,v 1.2 1999/06/05 03:54:29 jgg Exp $
+// $Id: cdromutl.h,v 1.3 2001/05/07 05:06:52 jgg Exp $
 /* ######################################################################
 
    CDROM Utilities - Some functions to manipulate CDROM mounts.
@@ -12,6 +12,8 @@
 
 #include <string>
 
+using std::string;
+
 #ifdef __GNUG__
 #pragma interface "apt-pkg/cdromutl.h"
 #endif