summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-08 12:06:48 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-08 12:06:48 +0300
commit579d9ae1c5873f78dbe0364c83842de8556f6ccb (patch)
tree2c3ebf23828bbf7f36daa2307b91d7bf7556f2e4 /filter
parent845e8427fce66ad26a6b31219b9e1f13e7256c3f (diff)
Include <algorithm> for std::min()
Change-Id: Ieb01023b93923777cf53a2fc8d7198d88422e8a4
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/dffpropset.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/msfilter/dffpropset.cxx b/filter/source/msfilter/dffpropset.cxx
index 99b33d563146..ffa33700bed5 100644
--- a/filter/source/msfilter/dffpropset.cxx
+++ b/filter/source/msfilter/dffpropset.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <algorithm>
#include <filter/msfilter/dffpropset.hxx>
#include <rtl/ustrbuf.hxx>