From 16f3cca98be32ed1027f9e9441415d14c2709c44 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Mon, 1 Nov 2021 16:40:17 +0000 Subject: [PATCH] add vermicelli.hpp to includes --- benchmarks/benchmarks.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmarks.hpp b/benchmarks/benchmarks.hpp index eb892e51..974d2234 100644 --- a/benchmarks/benchmarks.hpp +++ b/benchmarks/benchmarks.hpp @@ -30,7 +30,7 @@ #include "nfa/shufticompile.h" #include "nfa/truffle.h" #include "nfa/trufflecompile.h" -#include "nfa/vermicelli.h" +#include "nfa/vermicelli.hpp" #include "hwlm/noodle_build.h" #include "hwlm/noodle_engine.h" #include "hwlm/noodle_internal.h"