From 7665fc3d81974529b91702f76e4756a25a90f725 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 5 May 2008 15:00:49 +0000 Subject: conditionally include inttypes.h git-svn-id: svn+q:///qpdf/trunk@622 71b93d88-0707-0410-a8cf-f5a4172ac649 --- libqpdf/qpdf/MD5.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libqpdf/qpdf/MD5.hh b/libqpdf/qpdf/MD5.hh index 06b4efff..4009bee3 100644 --- a/libqpdf/qpdf/MD5.hh +++ b/libqpdf/qpdf/MD5.hh @@ -5,6 +5,9 @@ #include #include #include +#ifdef HAVE_INTTYPES_H +# include +#endif class MD5 { -- cgit v1.2.3-54-g00ecf