need algorithm for std::min
Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
This commit is contained in:
parent
8214a6d7a8
commit
4c1b621c34
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue