From 420e5e075950a868441ffb5a2d82213fd18c7c76 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 10 Oct 2012 11:55:06 -0400 Subject: [PATCH] include inttypes.h for PRIx64 --- OpenChange/MAPIStoreMapping.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenChange/MAPIStoreMapping.m b/OpenChange/MAPIStoreMapping.m index 08c520b32..7e8dca116 100644 --- a/OpenChange/MAPIStoreMapping.m +++ b/OpenChange/MAPIStoreMapping.m @@ -20,6 +20,8 @@ * Boston, MA 02111-1307, USA. */ +#include + #import #import #import