aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.