aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/FileInputSource.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/FileInputSource.cc
parent157c936b970a19f58a279b9cbea81a36fcbb1b7e (diff)
downloadqpdf-dc9df97466b3980ba025ee4ff8aa7012ece1a848.tar.zst
Include <algorithm> for std::min, std::max
Diffstat (limited to 'libqpdf/FileInputSource.cc')
-rw-r--r--libqpdf/FileInputSource.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/FileInputSource.cc b/libqpdf/FileInputSource.cc
index ef259c4c..a1b1ced5 100644
--- a/libqpdf/FileInputSource.cc
+++ b/libqpdf/FileInputSource.cc
@@ -2,6 +2,7 @@
#include <string.h>
#include <qpdf/QUtil.hh>
#include <qpdf/QPDFExc.hh>
+#include <algorithm>
FileInputSource::FileInputSource() :
close_file(false),