onlineupdate/source/update/updater/updater.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4c1d68ca54029660624de7a1ed5043dbbbd9ff18 Author: Markus Mohrhard <[email protected]> Date: Sat Jun 17 21:05:20 2017 +0200 updater: fix missing header for std::vector Change-Id: Ifd71745ce671a673ff3d4e9c2ca7a4abb6bed363 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 <thread> +#include <vector> #include <stdio.h> #include <string.h> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
