🔨」 fix(main.cpp): fixed headers

This commit is contained in:
y-syo
2025-04-10 12:32:56 +02:00
parent f6c4d21d30
commit 4a2bd9fe21

View File

@ -11,8 +11,10 @@
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "config/Server.hpp" #include <config/Server.hpp>
#include <tomlpp.hpp> #include <tomlpp.hpp>
#include <webserv.hpp>
#include <requests/default.hpp>
#define PORT 8080 #define PORT 8080
#define BUFFER_SIZE 4096 #define BUFFER_SIZE 4096