diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-04 15:25:40 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-04 15:25:40 +0100 |
commit | 5fb5b34f5c2f5d0a3210708c04779367b1072c32 (patch) | |
tree | 4c79a1cbb4c0f3b35db12b43c9262d7baf2a70be /plugins/cgi/cgi.cpp | |
parent | 14624e39aff9239d5f016af1c0553483c856555b (diff) |
Adjust to new lib API
Diffstat (limited to 'plugins/cgi/cgi.cpp')
-rw-r--r-- | plugins/cgi/cgi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |