aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.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_encryption.cc
parent157c936b970a19f58a279b9cbea81a36fcbb1b7e (diff)
downloadqpdf-dc9df97466b3980ba025ee4ff8aa7012ece1a848.tar.zst
Include <algorithm> for std::min, std::max
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index b6a035ef..23284809 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -14,6 +14,7 @@
#include <qpdf/RC4.hh>
#include <qpdf/MD5.hh>
+#include <algorithm>
#include <assert.h>
#include <string.h>