summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-12-15 09:13:21 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-12-15 09:13:21 +0100
commit73688d27f60b2da3889a06362ee567101e3b331e (patch)
treef4b73eb02bd8a9542f452126aeaf1c06387cd392 /apt-pkg/deb
parent12d1f5b3e295c589371bf7de27b7918310d08480 (diff)
atleast libapt should announce to itself that it is clean…
(and be it if it tries to announce that…)
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r--apt-pkg/deb/debindexfile.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/debindexfile.cc b/apt-pkg/deb/debindexfile.cc
index 2635d52c8..84791a70a 100644
--- a/apt-pkg/deb/debindexfile.cc
+++ b/apt-pkg/deb/debindexfile.cc
@@ -26,6 +26,8 @@
#include <sys/stat.h>
/*}}}*/
+using std::string;
+
// SourcesIndex::debSourcesIndex - Constructor /*{{{*/
// ---------------------------------------------------------------------
/* */