2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-22 12:04:53 +00:00

Missing header for std::max

This commit is contained in:
Jay Berkenbilt 2018-08-16 11:52:59 -04:00
parent e73416319b
commit 693cdaac35

View File

@ -1,5 +1,6 @@
#include <qpdf/Pl_Buffer.hh> #include <qpdf/Pl_Buffer.hh>
#include <stdexcept> #include <stdexcept>
#include <algorithm>
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>