summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-08 11:25:42 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-08 11:38:54 +0300
commit845e8427fce66ad26a6b31219b9e1f13e7256c3f (patch)
tree672bf871ec11bb710539fecd229aa08a0de332cb /filter
parentBypass CppunitTest_sal_osl_security with VS2013 for now, hangs (diff)
downloadcore-845e8427fce66ad26a6b31219b9e1f13e7256c3f.tar.gz
core-845e8427fce66ad26a6b31219b9e1f13e7256c3f.zip
Include <algorithm> for std::min() and max()
Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx
index de259dda5cc7..d0d850f5efde 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.cxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx
@@ -8,7 +8,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-
+#include <algorithm>
#include <cstdio>
#include <cstring>
#include <list>