From 377dc104be127291ede5b32640c23eea0ba6791a Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 28 May 2022 03:45:54 +0200 Subject: trying boyer-moore --- include/db.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/db.h') diff --git a/include/db.h b/include/db.h index a5fca10..3ffcafb 100644 --- a/include/db.h +++ b/include/db.h @@ -15,6 +15,7 @@ #include "parser.h" #include "storage.h" #include "str.h" +#include "bm.h" #endif \ No newline at end of file -- cgit v1.2.3