From 5fb5b34f5c2f5d0a3210708c04779367b1072c32 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:25:40 +0100 Subject: Adjust to new lib API --- plugins/cgi/cgi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/cgi/cgi.cpp') diff --git a/plugins/cgi/cgi.cpp b/plugins/cgi/cgi.cpp index 4e4f6c7..23c9bc4 100644 --- a/plugins/cgi/cgi.cpp +++ b/plugins/cgi/cgi.cpp @@ -16,6 +16,7 @@ using namespace std::string_literals; namespace bp = boost::process; namespace fs = std::filesystem; +using namespace Reichwein::Mime; namespace { -- cgit v1.2.3