[Libreoffice-commits] core.git: onlineupdate/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jun 17 19:06:52 UTC 2017


 onlineupdate/source/update/updater/updater.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4c1d68ca54029660624de7a1ed5043dbbbd9ff18
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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>


More information about the Libreoffice-commits mailing list