OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
693cdaac35bcabd14a3bad69c1ef8205ad08632d
Authored by
Jay Berkenbilt
2018-08-16 11:52:59 -0400
1 parent
e7341631
Missing header for std::max
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libqpdf/Pl_Buffer.cc
libqpdf/Pl_Buffer.cc
View file @
693cdaa
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
...
...