]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.cc
fix foldmarker in algorithms.h
[apt.git] / apt-pkg / cachefile.cc
index a76cfc08e2184f1b8c100184473e3d6f72151d7d..1b8d91a44951b31c37c1d9fcb112c8c77af437b9 100644 (file)
@@ -12,6 +12,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/cachefile.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/sourcelist.h>
@@ -21,7 +23,8 @@
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/acquire-item.h>
 #include <apt-pkg/fileutl.h>
-    
+#include <apt-pkg/progress.h>
+
 #include <apti18n.h>
                                                                        /*}}}*/
 // CacheFile::CacheFile - Constructor                                  /*{{{*/