summaryrefslogtreecommitdiffhomepage
path: root/dev/examples
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-21 15:10:31 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-21 15:11:09 +0200
commit23d52c3cb72d595c971f189363c6cf9b222581c7 (patch)
treecc070f3fc9342d227e405ef78ae09ac1560800a7 /dev/examples
parent5966f5da72f63dcd6d6203366a996a0c1b9f16fb (diff)
feat: chunk_string: new work in progress string container.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples')
-rw-r--r--dev/examples/cgi/cgi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/cgi/cgi.cc b/dev/examples/cgi/cgi.cc
index 2cb8f3a..4872cb5 100644
--- a/dev/examples/cgi/cgi.cc
+++ b/dev/examples/cgi/cgi.cc
@@ -4,7 +4,7 @@
licensed under the MIT license
*/
-#include <lib/utility/cgi.hpp>
+#include <lib/utility/cgi_writer.hpp>
#include <fstream>
#include <sstream>
#include <string>