aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf')
-rw-r--r--libqpdf/qpdf/Pl_AES_PDF.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/libqpdf/qpdf/Pl_AES_PDF.hh b/libqpdf/qpdf/Pl_AES_PDF.hh
index 4f422d35..178ea1e1 100644
--- a/libqpdf/qpdf/Pl_AES_PDF.hh
+++ b/libqpdf/qpdf/Pl_AES_PDF.hh
@@ -3,6 +3,9 @@
#include <qpdf/Pipeline.hh>
#include <qpdf/qpdf-config.h>
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
// This pipeline implements AES-128 with CBC and block padding as
// specified in the PDF specification.