aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/BufferInputSource.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/BufferInputSource.cc')
-rw-r--r--libqpdf/BufferInputSource.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/BufferInputSource.cc b/libqpdf/BufferInputSource.cc
index 73baefae..4346fcd0 100644
--- a/libqpdf/BufferInputSource.cc
+++ b/libqpdf/BufferInputSource.cc
@@ -1,6 +1,7 @@
#include <qpdf/BufferInputSource.hh>
#include <string.h>
#include <stdexcept>
+#include <algorithm>
BufferInputSource::BufferInputSource(std::string const& description,
Buffer* buf, bool own_memory) :