diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-03 22:52:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-03 22:52:48 +0000 |
commit | 8dced83433dcd1eb5a17760033e360c05df22034 (patch) | |
tree | 9a46d013a4307eb6efbd209b57b76e66f422e87e | |
parent | 4c1b621c349c3a0c25408940e2aa9cafcb1683e4 (diff) |
need algorithm for std::min
Change-Id: Ib26b448f49c2ca633c557075b282ecbfb99dadea
-rw-r--r-- | sc/inc/attarray.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index 9b6464b37247..26d55e16295e 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -22,6 +22,7 @@ #include "global.hxx" #include "attrib.hxx" +#include <algorithm> class ScDocument; class ScEditDataArray; |