aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-20 04:46:41 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-20 04:46:41 +0200
commit93ba34b17baca2701f8634e5698d06680b337e5b (patch)
tree2b9a96b21112f30ccc73b3c8eec2a49ffa1820ef /libqpdf
parentbf6e4ecf006b1f1944827843eceb55e7db5d90e8 (diff)
downloadqpdf-93ba34b17baca2701f8634e5698d06680b337e5b.tar.zst
qpdf-config
git-svn-id: svn+q:///qpdf/trunk@847 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/Pl_AES_PDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/qpdf/Pl_AES_PDF.hh b/libqpdf/qpdf/Pl_AES_PDF.hh
index 084fca7b..4857cd64 100644
--- a/libqpdf/qpdf/Pl_AES_PDF.hh
+++ b/libqpdf/qpdf/Pl_AES_PDF.hh
@@ -2,6 +2,7 @@
#define __PL_AES_PDF_HH__
#include <qpdf/Pipeline.hh>
+#include <qpdf/qpdf-config.h>
// This pipeline implements AES-128 with CBC and block padding as
// specified in the PDF specification.