From: Vsevolod Stakhov Date: Sun, 28 Sep 2025 19:04:18 +0000 (+0100) Subject: [Minor] Add missing cmath include X-Git-Tag: 3.13.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6167a4727c94ee1d75f7a2b5624c42cdd2481a9c;p=thirdparty%2Frspamd.git [Minor] Add missing cmath include --- 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"