Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E9F44431FBC for ; Tue, 17 Nov 2009 07:28:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G-eHc3Vkyh9s for ; Tue, 17 Nov 2009 07:28:41 -0800 (PST) Received: from dottedmag.net (burger.dottedmag.net [212.75.37.82]) by olra.theworths.org (Postfix) with ESMTP id AD998431FAE for ; Tue, 17 Nov 2009 07:28:41 -0800 (PST) Received: from vertex.dottedmag (unknown [91.197.127.125]) by dottedmag.net (Postfix) with ESMTPSA id 4052D8C575 for ; Tue, 17 Nov 2009 16:28:40 +0100 (CET) Received: from dottedmag by vertex.dottedmag with local (Exim 4.69) (envelope-from ) id 1NAPyw-0001lw-Ay for notmuch@notmuchmail.org; Tue, 17 Nov 2009 21:28:38 +0600 From: Mikhail Gusarov To: notmuch@notmuchmail.org Date: Tue, 17 Nov 2009 21:28:38 +0600 Message-Id: <1258471718-6781-2-git-send-email-dottedmag@dottedmag.net> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net> References: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net> Subject: [notmuch] [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:28:43 -0000 Signed-off-by: Mikhail Gusarov --- lib/message.cc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/message.cc b/lib/message.cc index 72c350f..a4b090b 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -21,6 +21,8 @@ #include "notmuch-private.h" #include "database-private.h" +#include + #include #include -- 1.6.3.3