From aa739a60ed65d925abbc3b565efad21bb91c30fe Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 20 Nov 2024 12:21:14 +0100 Subject: [PATCH] Fix FTBFS --- client/htmlfilter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/htmlfilter.cpp b/client/htmlfilter.cpp index dbb02882..e0fc7d07 100644 --- a/client/htmlfilter.cpp +++ b/client/htmlfilter.cpp @@ -16,6 +16,7 @@ #include using namespace std; +using namespace Qt::StringLiterals; namespace HtmlFilter {