From: Michael Vogt Date: Sat, 28 Dec 2013 08:50:06 +0000 (+0100) Subject: add missing vector include X-Git-Tag: 0.9.14.2~3^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/23bd09778261c945b460b46d855b1a6ef998cfd8?hp=35ac30ee373c5ed84d7c2c5a701ac2d54963504d add missing vector include --- 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 #include #include +#include namespace APT { namespace Progress {