Missing header for std::max

This commit is contained in:
Jay Berkenbilt 2018-08-16 11:52:59 -04:00
parent e73416319b
commit 693cdaac35
1 changed files with 1 additions and 0 deletions

View File

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