diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-07-24 17:34:30 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-07-24 17:34:30 +0200 |
commit | 3b216cf6b6e082b7de4dfece65601a96d269d529 (patch) | |
tree | da4f87625817bc1d1ec589291d331528e55ccbd6 /apt-private/private-update.cc | |
parent | 439b024abe8fd6b8227a8b2869aab65a1186cfda (diff) |
updated for the gcc5 transition
Diffstat (limited to 'apt-private/private-update.cc')
-rw-r--r-- | apt-private/private-update.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index 1cf3012ed..b00bab735 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -10,6 +10,7 @@ #include <apt-pkg/update.h> #include <apt-pkg/acquire.h> #include <apt-pkg/configuration.h> +#include <apt-pkg/install-progress.h> #include <apt-private/acqprogress.h> #include <apt-private/private-cachefile.h> |