From 4a2bd9fe211be0b7ecc42d35471e65f3a7a115ca Mon Sep 17 00:00:00 2001 From: y-syo Date: Thu, 10 Apr 2025 12:32:56 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(main.cpp):?= =?UTF-8?q?=20fixed=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 232db99..5c7e217 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,8 +11,10 @@ /* */ /* ************************************************************************** */ -#include "config/Server.hpp" +#include #include +#include +#include #define PORT 8080 #define BUFFER_SIZE 4096