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
5ce0520680ea4da70dbe9ccab6702406682878cc
Authored by
Zoe Clifford
2025-05-13 15:05:04 -0700
1 parent
361b19be
Pipeline_private.hh should include qpdf/Types.h for qpdf_offset_t
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libqpdf/qpdf/Pipeline_private.hh
libqpdf/qpdf/Pipeline_private.hh
View file @
5ce0520
...
...
@@ -4,6 +4,7 @@
4
4
#include <qpdf/Pipeline.hh>
5
5
6
6
#include <qpdf/Pl_Flate.hh>
7
+#include <qpdf/Types.h>
7
8
8
9
namespace qpdf::pl
9
10
{
...
...