diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-28 09:50:06 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-28 09:50:06 +0100 |
commit | 23bd09778261c945b460b46d855b1a6ef998cfd8 (patch) | |
tree | d590c87eae9adc48d992df471cd8e96d55b3b40e | |
parent | 35ac30ee373c5ed84d7c2c5a701ac2d54963504d (diff) |
add missing vector include
-rw-r--r-- | apt-pkg/install-progress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/install-progress.h b/apt-pkg/install-progress.h index 513de1c08..8a5b68a8f 100644 --- a/apt-pkg/install-progress.h +++ b/apt-pkg/install-progress.h @@ -4,6 +4,7 @@ #include <string> #include <unistd.h> #include <signal.h> +#include <vector> namespace APT { namespace Progress { |