From: Mikhail Gusarov Date: Tue, 17 Nov 2009 15:28:38 +0000 (+0600) Subject: Include to get uint32_t in C++ file with gcc 4.4 X-Git-Tag: 0.1~479 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=469ea9ebc656ef27d4e4720070811c06214a257f;ds=sidebyside Include to get uint32_t in C++ file with gcc 4.4 Signed-off-by: Mikhail Gusarov --- diff --git a/lib/message.cc b/lib/message.cc index 72c350f3..a4b090ba 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -21,6 +21,8 @@ #include "notmuch-private.h" #include "database-private.h" +#include + #include #include