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

Stephan Bergmann sbergman at redhat.com
Wed Nov 26 23:23:16 PST 2014


 sc/source/core/data/segmenttree.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2ea1f35b195e51d5325d1a36096e754d692aaaf3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 27 08:22:28 2014 +0100

    Missing include
    
    Change-Id: I65c2f9d6f3d0974d94c1f7b6bcde28db53d85516

diff --git a/sc/source/core/data/segmenttree.cxx b/sc/source/core/data/segmenttree.cxx
index 14b0518..1ed1680 100644
--- a/sc/source/core/data/segmenttree.cxx
+++ b/sc/source/core/data/segmenttree.cxx
@@ -21,6 +21,7 @@
 
 #include <mdds/flat_segment_tree.hpp>
 
+#include <algorithm>
 #include <limits>
 
 using ::std::numeric_limits;


More information about the Libreoffice-commits mailing list