fix(server): fixing compilation

This commit is contained in:
Raphael 2025-05-25 12:58:30 +02:00
parent 72c0fd6111
commit d4eeeff99c

View file

@ -6,7 +6,7 @@
/* 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 18:10:53 by rparodi ### ########.fr */ /* Updated: 2025/05/25 12:57:29 by rparodi ### ########.fr */
/* */ /* */
/******************************************************************************/ /******************************************************************************/
@ -18,6 +18,7 @@
#include "user.hpp" #include "user.hpp"
class User; class User;
class Channel;
class Server class Server
{ {
private: private: