diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-29 18:19:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-29 18:21:04 +0300 |
commit | 73f961ecf7439913fcd2233555187ff18eab1704 (patch) | |
tree | 25bdccc3585cf201b5056b875913effe895ffdbf /sot/source | |
parent | 5cca1cb6a17984da0ff3cf9c04869c361144173d (diff) |
Include <algorithm> for std::min
Change-Id: I6d73e4d732da36bcd446b1d10273d88d941b9c1a
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 9bbf3eef087d..ebb1a04d1675 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <algorithm> + #include "rtl/string.h" #include "stgole.hxx" #include "sot/storinfo.hxx" |