]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
apt-key: change to / before find to satisfy its CWD needs
[apt.git] / apt-pkg / edsp.h
index 9e92e59d99534c298096801c3526634c3654f8e5..347304390ce76fd067df930d024e6209430e0144 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <list>
 #include <string>
+#include <vector>
 
 #ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/depcache.h>
@@ -98,7 +99,7 @@ namespace EDSP                                                                /*{{{*/
         *  \return true if universe was composed successfully, otherwise false
         */
        bool WriteLimitedScenario(pkgDepCache &Cache, FileFd &output,
-                                        APT::PackageSet const &pkgset,
+                                        std::vector<bool> const &pkgset,
                                         OpProgress *Progress = NULL);
        bool WriteLimitedScenario(pkgDepCache &Cache, FILE* output,
                                         APT::PackageSet const &pkgset,