aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_Buffer.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-16 17:52:59 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-16 17:53:10 +0200
commit693cdaac35bcabd14a3bad69c1ef8205ad08632d (patch)
tree0558a78297b668c7aad55771700b1f64ffd2467a /libqpdf/Pl_Buffer.cc
parente73416319b747d3d238b9fbb12b857033a1e0ffc (diff)
downloadqpdf-693cdaac35bcabd14a3bad69c1ef8205ad08632d.tar.zst
Missing header for std::max
Diffstat (limited to 'libqpdf/Pl_Buffer.cc')
-rw-r--r--libqpdf/Pl_Buffer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/Pl_Buffer.cc b/libqpdf/Pl_Buffer.cc
index 1ca9292d..d11959f4 100644
--- a/libqpdf/Pl_Buffer.cc
+++ b/libqpdf/Pl_Buffer.cc
@@ -1,5 +1,6 @@
#include <qpdf/Pl_Buffer.hh>
#include <stdexcept>
+#include <algorithm>
#include <assert.h>
#include <string.h>