]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.cc
Allow the FileFd to use an external Compressor to uncompress a given file
[apt.git] / methods / mirror.cc
index 61a7f12fd0aef68bbf424f42d28253e9e5de20b2..3d5983efa59a49b3d7b67b633daadedb923ded50 100644 (file)
@@ -18,7 +18,8 @@
 #include <apt-pkg/error.h>
 #include <apt-pkg/hashes.h>
 #include <apt-pkg/sourcelist.h>
-
+#include <apt-pkg/configuration.h>
+#include <apt-pkg/metaindex.h>
 
 #include <algorithm>
 #include <fstream>