From b6bdc0f5950287c1c9e76115bdec230dcf99b964 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2012 09:46:33 -0400 Subject: Add factory methods for creating empty arrays and dictionaries. Also updated pdf_from_scratch test driver to use the new factories, and made some cosmetic improvements and documentation updates for the emptyPDF() method. --- libqpdf/QUtil.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libqpdf/QUtil.cc') diff --git a/libqpdf/QUtil.cc b/libqpdf/QUtil.cc index 3c3bf011..bdb73f54 100644 --- a/libqpdf/QUtil.cc +++ b/libqpdf/QUtil.cc @@ -1,5 +1,8 @@ -#include +// Include qpdf-config.h first so off_t is gauaranteed to have the right size. #include + +#include + #include #include #include -- cgit v1.2.3-54-g00ecf