diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-03 21:59:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-03 22:00:41 +0000 |
commit | 4c1b621c349c3a0c25408940e2aa9cafcb1683e4 (patch) | |
tree | 311ff1f50b08c6016c690f7d0ec4b85601b5d245 /sc/inc/bigrange.hxx | |
parent | 8214a6d7a83721929a0545c8414e5a96e5c558f5 (diff) |
need algorithm for std::min
Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
Diffstat (limited to 'sc/inc/bigrange.hxx')
-rw-r--r-- | sc/inc/bigrange.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx index fd634e10e5e6..bcf784a85964 100644 --- a/sc/inc/bigrange.hxx +++ b/sc/inc/bigrange.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SC_INC_BIGRANGE_HXX #include "global.hxx" +#include <algorithm> static const sal_Int32 nInt32Min = 0x80000000; static const sal_Int32 nInt32Max = 0x7fffffff; |