From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 2FD4F25219 for ; Mon, 12 Aug 2019 19:02:56 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5cDQQCMYvf1X for ; Mon, 12 Aug 2019 19:02:56 -0400 (EDT) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id E2F6224FC8 for ; Mon, 12 Aug 2019 19:02:55 -0400 (EDT) Received: by smtp55.i.mail.ru with esmtpa (envelope-from ) id 1hxJL4-0007dc-EV for tarantool-patches@freelists.org; Tue, 13 Aug 2019 02:02:54 +0300 From: Vladislav Shpilevoy Subject: [tarantool-patches] [PATCH 04/13] int96: add a missing header Date: Tue, 13 Aug 2019 01:05:14 +0200 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org --- src/lib/bit/int96.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/bit/int96.h b/src/lib/bit/int96.h index f615e2fe9..cdde0e995 100644 --- a/src/lib/bit/int96.h +++ b/src/lib/bit/int96.h @@ -33,6 +33,7 @@ #include #include +#include /** * 96-bit signed integer. -- 2.20.1 (Apple Git-117)