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

Stephan Bergmann sbergman at redhat.com
Tue Apr 5 13:17:14 UTC 2016


 package/source/zippackage/ZipPackageStream.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3cdc8c27672e7e9253c9ca9abfc611a0f789da9c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Apr 5 14:55:13 2016 +0200

    Missing include
    
    Change-Id: I094b4a1c89676426b286f72a2f510e48fed98b3b

diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index a183cf6..baa288d 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -54,6 +54,8 @@
 #include <rtl/random.h>
 
 #include <PackageConstants.hxx>
+
+#include <algorithm>
 #include <thread>
 
 using namespace com::sun::star::packages::zip::ZipConstants;


More information about the Libreoffice-commits mailing list