diff --git a/libqpdf/qpdf/Pl_AES_PDF.hh b/libqpdf/qpdf/Pl_AES_PDF.hh index 084fca7..4857cd6 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 +#include // This pipeline implements AES-128 with CBC and block padding as // specified in the PDF specification.