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
32ddcec91e77b9f6a52480c3393ab17cbc105880
Authored by
Jay Berkenbilt
2018-06-22 11:44:04 -0400
1 parent
c71dc688
Add missing headers
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
examples/pdf-set-form-values.cc
examples/pdf-set-form-values.cc
View file @
32ddcec
1
+#include <stdio.h>
2
+#include <string.h>
1
#include <iostream>
3
#include <iostream>
2
#include <stdlib.h>
4
#include <stdlib.h>
3
#include <qpdf/QPDF.hh>
5
#include <qpdf/QPDF.hh>