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

Stephan Bergmann sbergman at redhat.com
Wed Oct 12 08:59:23 UTC 2016


 comphelper/source/misc/backupfilehelper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8576c5145349ce27e59f6a6a04f8fd23a1dae971
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 12 10:55:53 2016 +0200

    Missing include
    
    Change-Id: I5abde663d639278bcc8374da6b5772b58a9b7a75

diff --git a/comphelper/source/misc/backupfilehelper.cxx b/comphelper/source/misc/backupfilehelper.cxx
index 5270306..8b842de 100644
--- a/comphelper/source/misc/backupfilehelper.cxx
+++ b/comphelper/source/misc/backupfilehelper.cxx
@@ -13,6 +13,7 @@
 #include <rtl/bootstrap.hxx>
 #include <comphelper/backupfilehelper.hxx>
 #include <rtl/crc.h>
+#include <algorithm>
 #include <deque>
 #include <zlib.h>
 


More information about the Libreoffice-commits mailing list