goo/gtypesp.h contains definations of precise integer types like uint64_t which is required by SHA-384 and SHA-512 hash functions. --- poppler/Decrypt.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/poppler/Decrypt.h b/poppler/Decrypt.h index 10a6386..8fe4e79 100644 --- a/poppler/Decrypt.h +++ b/poppler/Decrypt.h @@ -33,6 +33,7 @@ #endif #include "goo/gtypes.h" +#include "goo/gtypes_p.h" #include "goo/GooString.h" #include "Object.h" #include "Stream.h" -- 2.7.2 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
