From 0fe3c96ddebb13eaafa1dc508701cab646fad417 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 16 Oct 2019 19:47:31 +0200 Subject: [PATCH] Inverted Index: Query Processing --- idxqry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/idxqry.c b/idxqry.c index 8435fbb..ca1b1be 100644 --- a/idxqry.c +++ b/idxqry.c @@ -43,6 +43,7 @@ #include #include "conf.h" +#define VINT_IN #include "vint.h" #include "bitpack.h" #include "vp4.h"