projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
consider priorities only for downloadable pkgs in resolver
[apt.git]
/
apt-inst
/
extract.h
diff --git
a/apt-inst/extract.h
b/apt-inst/extract.h
index 7143fa40933aa235614c8e900c6617f606acddf7..8ad9ac629fac227e68f39a213a7ef0bb883eaa19 100644
(file)
--- a/
apt-inst/extract.h
+++ b/
apt-inst/extract.h
@@
-17,11
+17,12
@@
#ifndef PKGLIB_EXTRACT_H
#define PKGLIB_EXTRACT_H
-
-
#include <apt-pkg/dirstream.h>
#include <apt-pkg/filelist.h>
#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
+
+#include <string>
class pkgExtract : public pkgDirStream
{