summaryrefslogtreecommitdiff
path: root/apt-pkg/install-progress.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-28 09:50:06 +0100
committerMichael Vogt <mvo@debian.org>2013-12-28 09:50:06 +0100
commit23bd09778261c945b460b46d855b1a6ef998cfd8 (patch)
treed590c87eae9adc48d992df471cd8e96d55b3b40e /apt-pkg/install-progress.h
parent35ac30ee373c5ed84d7c2c5a701ac2d54963504d (diff)
add missing vector include
Diffstat (limited to 'apt-pkg/install-progress.h')
-rw-r--r--apt-pkg/install-progress.h1
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 {