Merge pull request #4 from EniumRaphael/raph

fix(server): fix the non-compilation of the header
This commit is contained in:
Raphaël 2025-05-24 18:12:49 +02:00 committed by GitHub
commit d715871ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,16 @@
/* By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ */ /* By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/20 21:50:32 by rparodi #+# #+# */ /* Created: 2025/05/20 21:50:32 by rparodi #+# #+# */
/* Updated: 2025/05/24 16:48:04 by rparodi ### ########.fr */ /* Updated: 2025/05/24 18:10:53 by rparodi ### ########.fr */
/* */ /* */
/******************************************************************************/ /******************************************************************************/
#pragma once #pragma once
#include <list>
#include "core.hpp" #include "core.hpp"
#include "channel.hpp"
#include "user.hpp"
class User; class User;
class Server class Server