From 4c1d68ca54029660624de7a1ed5043dbbbd9ff18 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 17 Jun 2017 21:05:20 +0200 Subject: updater: fix missing header for std::vector Change-Id: Ifd71745ce671a673ff3d4e9c2ca7a4abb6bed363 --- onlineupdate/source/update/updater/updater.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'onlineupdate') diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx index 8b3f7bceee8d..e65d9a99c14a 100644 --- a/onlineupdate/source/update/updater/updater.cxx +++ b/onlineupdate/source/update/updater/updater.cxx @@ -40,6 +40,7 @@ #include "errors.h" #include "bzlib.h" #include +#include #include #include -- cgit