summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-07-20 15:48:25 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-07-20 16:16:23 +0200
commitd88b70b8e73e9bee5d72a69539b4b9be7ba34814 (patch)
tree0c304a923278ae4b9d7b491e052f373e8485dfca /apt-pkg/packagemanager.cc
parente2a150595d74796996b62565015ca6f5561f118d (diff)
fix build errors
Diffstat (limited to 'apt-pkg/packagemanager.cc')
-rw-r--r--apt-pkg/packagemanager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/packagemanager.cc b/apt-pkg/packagemanager.cc
index 249542c68..e4cd1dc3b 100644
--- a/apt-pkg/packagemanager.cc
+++ b/apt-pkg/packagemanager.cc
@@ -28,6 +28,7 @@
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/cacheiterators.h>
#include <apt-pkg/strutl.h>
+#include <apt-pkg/install-progress.h>
#include <stddef.h>
#include <list>