From 863d37546e27a6e45fc1c8510b2df5365451bd36 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 17 Jul 2023 14:56:01 +0200 Subject: [PATCH] sgml: add missing #include Signed-off-by: Simon Rozman --- include/stdex/sgml.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdex/sgml.hpp b/include/stdex/sgml.hpp index b5a533733..e160d78a0 100644 --- a/include/stdex/sgml.hpp +++ b/include/stdex/sgml.hpp @@ -10,6 +10,7 @@ #include "sgml_unicode.hpp" #include "string.hpp" #include +#include namespace stdex {