[Libreoffice-commits] core.git: sc/inc
Caolán McNamara
caolanm at redhat.com
Sat Jan 3 14:01:17 PST 2015
sc/inc/bigrange.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4c1b621c349c3a0c25408940e2aa9cafcb1683e4
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Jan 3 21:59:40 2015 +0000
need algorithm for std::min
Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index fd634e1..bcf784a 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;
More information about the Libreoffice-commits
mailing list