summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-03 23:23:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-03 23:23:33 +0000
commit39ac529d141dcd4de534eddbcc6c07bc49367b90 (patch)
tree74874e92275aa0c4b8f711c9c96ba24c987e1fa3 /sc
parent8dced83433dcd1eb5a17760033e360c05df22034 (diff)
need algorithm for std::min
Change-Id: I70aeaae8b054fc0dc6bcf1ef74bc2cad0b085911
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/refupdatecontext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/refupdatecontext.cxx b/sc/source/core/data/refupdatecontext.cxx
index d63c745c961a..052ab74dd3f7 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 {