]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.h
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
[apt.git] / apt-pkg / packagemanager.h
index 344ed9192aff5936805421f90f35cc1e5666d573..8a51a455c0263e9f93c6acd390a11c266b492697 100644 (file)
@@ -44,6 +44,11 @@ class pkgDepCache;
 class pkgSourceList;
 class pkgOrderList;
 class pkgRecords;
+namespace APT {
+   namespace Progress {
+      class PackageManager;
+   };
+};
 
 
 class pkgPackageManager : protected pkgCache::Namespace