aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-11-29 16:20:50 +0100
committerJay Berkenbilt <ejb@ql.org>2013-11-29 16:48:16 +0100
commitdc9df97466b3980ba025ee4ff8aa7012ece1a848 (patch)
treee2439bc4189aa19ab315db9544f95e52d4a50c55 /libqpdf/QPDF.cc
parent157c936b970a19f58a279b9cbea81a36fcbb1b7e (diff)
downloadqpdf-dc9df97466b3980ba025ee4ff8aa7012ece1a848.tar.zst
Include <algorithm> for std::min, std::max
Diffstat (limited to 'libqpdf/QPDF.cc')
-rw-r--r--libqpdf/QPDF.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index cae7a7c2..e3c3d83e 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -3,6 +3,7 @@
#include <vector>
#include <map>
+#include <algorithm>
#include <string.h>
#include <memory.h>