summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-29 18:19:18 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-29 18:21:04 +0300
commit73f961ecf7439913fcd2233555187ff18eab1704 (patch)
tree25bdccc3585cf201b5056b875913effe895ffdbf /sot
parent5cca1cb6a17984da0ff3cf9c04869c361144173d (diff)
Include <algorithm> for std::min
Change-Id: I6d73e4d732da36bcd446b1d10273d88d941b9c1a
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgole.cxx2
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"