Commit 693cdaac35bcabd14a3bad69c1ef8205ad08632d

Authored by Jay Berkenbilt
1 parent e7341631

Missing header for std::max

Showing 1 changed file with 1 additions and 0 deletions
libqpdf/Pl_Buffer.cc
1 1 #include <qpdf/Pl_Buffer.hh>
2 2 #include <stdexcept>
  3 +#include <algorithm>
3 4 #include <assert.h>
4 5 #include <string.h>
5 6  
... ...