| commit | 39ac529d141dcd4de534eddbcc6c07bc49367b90 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Sat Jan 03 23:23:27 2015 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sat Jan 03 23:23:33 2015 +0000 |
| tree | 74874e92275aa0c4b8f711c9c96ba24c987e1fa3 | |
| parent | 8dced83433dcd1eb5a17760033e360c05df22034 [diff] |
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 {