sc/source/core/data/refupdatecontext.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 39ac529d141dcd4de534eddbcc6c07bc49367b90 Author: Caolán McNamara <caol...@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 {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits