aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-05-05 17:00:49 +0200
committerJay Berkenbilt <ejb@ql.org>2008-05-05 17:00:49 +0200
commit7665fc3d81974529b91702f76e4756a25a90f725 (patch)
tree1ab2778b978daf361381a52e7fbd5bfd18eac79a
parent3b1b4619ad3c2c65a4d7c4eeaa3dd4d498e04825 (diff)
downloadqpdf-7665fc3d81974529b91702f76e4756a25a90f725.tar.zst
conditionally include inttypes.h
git-svn-id: svn+q:///qpdf/trunk@622 71b93d88-0707-0410-a8cf-f5a4172ac649
-rw-r--r--libqpdf/qpdf/MD5.hh3
1 files changed, 3 insertions, 0 deletions
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 <string>
#include <qpdf/QEXC.hh>
#include <qpdf/qpdf-config.h>
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
class MD5
{