Commit 93ba34b17baca2701f8634e5698d06680b337e5b

Authored by Jay Berkenbilt
1 parent bf6e4ecf

qpdf-config


git-svn-id: svn+q:///qpdf/trunk@847 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 1 additions and 0 deletions
libqpdf/qpdf/Pl_AES_PDF.hh
... ... @@ -2,6 +2,7 @@
2 2 #define __PL_AES_PDF_HH__
3 3  
4 4 #include <qpdf/Pipeline.hh>
  5 +#include <qpdf/qpdf-config.h>
5 6  
6 7 // This pipeline implements AES-128 with CBC and block padding as
7 8 // specified in the PDF specification.
... ...