[Libreoffice-commits] core.git: onlineupdate/source
Stephan Bergmann
sbergman at redhat.com
Tue Jan 16 07:51:34 UTC 2018
onlineupdate/source/update/updater/bspatch.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 337f8922edbdae7cb3e6659ea6bf3bde9ba8adb0
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 16 08:51:10 2018 +0100
Missing include
Change-Id: Id5c7ff8b9d342b557bc87b1ac6f3e2fbc8437d69
diff --git a/onlineupdate/source/update/updater/bspatch.cxx b/onlineupdate/source/update/updater/bspatch.cxx
index 10ec56200511..b77d3ea1097b 100644
--- a/onlineupdate/source/update/updater/bspatch.cxx
+++ b/onlineupdate/source/update/updater/bspatch.cxx
@@ -32,6 +32,7 @@
#include "bspatch.h"
#include "errors.h"
+#include <algorithm>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
More information about the Libreoffice-commits
mailing list