fix(server): fix the non-compilation of the header
This commit is contained in:
parent
520814d6bd
commit
fd69a76af1
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue