summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-05 14:55:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-05 14:55:13 +0200
commit3cdc8c27672e7e9253c9ca9abfc611a0f789da9c (patch)
treefa41e4ee539c2e35d752bfb7ad2effd1a21d1e7d /package
parentd0075ad8f2e38e23d578f80928236b3a2780f25b (diff)
Missing include
Change-Id: I094b4a1c89676426b286f72a2f510e48fed98b3b
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index a183cf651796..baa288dc9a5d 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;