summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-03 21:59:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-03 22:00:41 +0000
commit4c1b621c349c3a0c25408940e2aa9cafcb1683e4 (patch)
tree311ff1f50b08c6016c690f7d0ec4b85601b5d245
parent8214a6d7a83721929a0545c8414e5a96e5c558f5 (diff)
need algorithm for std::min
Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
-rw-r--r--sc/inc/bigrange.hxx1
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;