From 969902f04569ab12e69e0d57ef1f6e9f0c42f855 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 17 Jul 2022 16:43:47 +0100 Subject: [Rework] Use another version of hash table from the same author --- src/lua/lua_html.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua/lua_html.cxx') diff --git a/src/lua/lua_html.cxx b/src/lua/lua_html.cxx index 666b08a60..cecf4bb5c 100644 --- a/src/lua/lua_html.cxx +++ b/src/lua/lua_html.cxx @@ -21,7 +21,7 @@ #include "libserver/html/html_block.hxx" #include "images.h" -#include +#include "contrib/ankerl/unordered_dense.h" #include #include @@ -406,7 +406,7 @@ lua_html_foreach_tag (lua_State *L) const gchar *tagname; gint id; auto any = false; - robin_hood::unordered_flat_set tags; + ankerl::unordered_dense::set tags; if (lua_type (L, 2) == LUA_TSTRING) { -- cgit v1.2.3