From 6167a4727c94ee1d75f7a2b5624c42cdd2481a9c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 28 Sep 2025 20:04:18 +0100 Subject: [PATCH] [Minor] Add missing cmath include --- src/libserver/html/html_tag.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libserver/html/html_tag.hxx b/src/libserver/html/html_tag.hxx index 4e4de3aa47..b201121d72 100644 --- a/src/libserver/html/html_tag.hxx +++ b/src/libserver/html/html_tag.hxx @@ -24,6 +24,7 @@ #include #include #include +#include #include "html_tags.h" #include "libutil/str_util.h" -- 2.47.3