need algorithm for std::min

Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
This commit is contained in:
Caolán McNamara 2015-01-03 21:59:40 +00:00
parent 8214a6d7a8
commit 4c1b621c34

View file

@ -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;