From 244679746249e3f2bcef14331daa3c47b6a9cc31 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 16 Oct 2019 19:47:31 +0200 Subject: [PATCH] Inverted Index: Indexing --- idxcr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/idxcr.c b/idxcr.c index c89062f..9947660 100644 --- a/idxcr.c +++ b/idxcr.c @@ -34,6 +34,7 @@ #include #include "conf.h" +#define VINT_IN #include "vint.h" #include "bitpack.h" #include "vp4.h"