diff --git a/Services/WebServer/Client.cpp b/Services/WebServer/Client.cpp index 2de4c53fb6..22864f2379 100644 --- a/Services/WebServer/Client.cpp +++ b/Services/WebServer/Client.cpp @@ -25,6 +25,7 @@ */ #include "Client.h" +#include #include #include #include @@ -172,8 +173,7 @@ void Client::handle_directory_listing(const String& requested_path, const String while (dt.has_next()) { auto name = dt.next_path(); builder.append(""); builder.append(escape_html_entities(name)); builder.append("");