From 7b6921638f209b6446d2a399ff540d0f99b9519d Mon Sep 17 00:00:00 2001 From: x Date: Tue, 9 May 2023 17:21:11 +0200 Subject: [PATCH] TurboPFor: Elias fano --- lib/eliasfano.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/eliasfano.c b/lib/eliasfano.c index 7c1a23a..6cf42cf 100644 --- a/lib/eliasfano.c +++ b/lib/eliasfano.c @@ -25,6 +25,12 @@ // eliasfano.c - "Integer Compression" Elias Fano #ifndef USIZE #include +#include + #ifdef __APPLE__ +#include + #else +#include + #endif #include "include_/conf.h" #include "include_/bitpack.h" #include "include_/bitutil.h"