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

Caolán McNamara caolanm at redhat.com
Sat Jan 3 15:24:22 PST 2015


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

New commits:
commit 39ac529d141dcd4de534eddbcc6c07bc49367b90
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 3 23:23:27 2015 +0000

    need algorithm for std::min
    
    Change-Id: I70aeaae8b054fc0dc6bcf1ef74bc2cad0b085911

diff --git a/sc/source/core/data/refupdatecontext.cxx b/sc/source/core/data/refupdatecontext.cxx
index d63c745..052ab74 100644
--- a/sc/source/core/data/refupdatecontext.cxx
+++ b/sc/source/core/data/refupdatecontext.cxx
@@ -8,6 +8,7 @@
  */
 
 #include "refupdatecontext.hxx"
+#include <algorithm>
 
 namespace sc {
 


More information about the Libreoffice-commits mailing list