]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.cc
fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis
[apt.git] / apt-pkg / pkgrecords.cc
index 36dab3480d684cc87fef656ad46b15bd83bd04b4..c403e4dc312cde3725b4bd37cc8ce800f1fcdf4e 100644 (file)
 #include <apt-pkg/pkgrecords.h>
 #include <apt-pkg/indexfile.h>
 #include <apt-pkg/error.h>
-#include <apt-pkg/configuration.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
+
+#include <stddef.h>
+#include <vector>
 
 #include <apti18n.h>
                                                                        /*}}}*/