aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_PNGFilter.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-15 01:10:36 +0100
committerJay Berkenbilt <ejb@ql.org>2018-01-15 01:18:04 +0100
commit04e47deaf9585b58733e57e750b6f58017d013ce (patch)
treead4595f92ce10f367bcfdd4d8c0eb051aa7ba50e /libqpdf/Pl_PNGFilter.cc
parent569d74d36ba287b6951687ee1bdea45ae19091f8 (diff)
downloadqpdf-04e47deaf9585b58733e57e750b6f58017d013ce.tar.zst
Fixes for clang
Diffstat (limited to 'libqpdf/Pl_PNGFilter.cc')
-rw-r--r--libqpdf/Pl_PNGFilter.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/Pl_PNGFilter.cc b/libqpdf/Pl_PNGFilter.cc
index 730d6d98..174e0b51 100644
--- a/libqpdf/Pl_PNGFilter.cc
+++ b/libqpdf/Pl_PNGFilter.cc
@@ -3,6 +3,7 @@
#include <stdexcept>
#include <string.h>
#include <limits.h>
+#include <algorithm>
Pl_PNGFilter::Pl_PNGFilter(char const* identifier, Pipeline* next,
action_e action, unsigned int columns,