]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
Include <stdint.h> to get uint32_t in C++ file with gcc 4.4
[notmuch] / lib / message.cc
index 72c350f32ac2badaa96c15530c1d5b2071db4074..a4b090ba698f8867e350220f45e453cad753538f 100644 (file)
@@ -21,6 +21,8 @@
 #include "notmuch-private.h"
 #include "database-private.h"
 
+#include <stdint.h>
+
 #include <gmime/gmime.h>
 
 #include <xapian.h>