diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-22 02:28:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 02:28:44 -0500 |
| commit | 8470a48ef4c6ea4b16e9a764aaedc7158f9c37ed (patch) | |
| tree | 9c6e64d288199110887e599458b212a36183572f /dev/examples/cgi/cgi.cc | |
| parent | 6f8c36c3e004b9dc6802128f1cae34812cb8287b (diff) | |
| parent | 32af6ab79fe52efa6fc773a672e2732388999692 (diff) | |
Merge pull request #16 from amlel-el-mahrouss/developv1.0.471
chore & fix: codebase improvements and repo maintenance.
Diffstat (limited to 'dev/examples/cgi/cgi.cc')
| -rw-r--r-- | dev/examples/cgi/cgi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/cgi/cgi.cc b/dev/examples/cgi/cgi.cc index 3e08aad..3eef7b2 100644 --- a/dev/examples/cgi/cgi.cc +++ b/dev/examples/cgi/cgi.cc @@ -4,7 +4,7 @@ licensed under the Boost Software License */ -#include <lib/utility/cgi_writer.hpp> +#include <lib/utility/cgi.hpp> static ocl::basic_chunk_string<char> text_sample = R"( <!DOCTYPE html> |
