summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter
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/source/xsltfilter
parentb139eefeef9cfe3dd45228cd2b73d0cfd08d9bf3 (diff)
Include <algorithm> for std::min() and max()
Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad
Diffstat (limited to 'filter/source/xsltfilter')
-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>