diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-17 21:05:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-17 21:06:16 +0200 |
commit | 4c1d68ca54029660624de7a1ed5043dbbbd9ff18 (patch) | |
tree | 194c88ad627f077c95914592731af1fe029db682 /onlineupdate | |
parent | b6d3fa93befafdc139473290c2143145af55cc05 (diff) |
updater: fix missing header for std::vector
Change-Id: Ifd71745ce671a673ff3d4e9c2ca7a4abb6bed363
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/update/updater/updater.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |