🔨」 fix: fixed compilation error

This commit is contained in:
2025-04-22 14:32:35 +02:00
parent 43a34e759f
commit cc953a791c
6 changed files with 38 additions and 31 deletions

View File

@ -6,12 +6,14 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/11 13:29:21 by mmoussou #+# #+# */
/* Updated: 2025/04/22 12:43:26 by adjoly ### ########.fr */
/* Updated: 2025/04/22 14:27:31 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#define auto __auto_type
#include <sys/types.h>
#include <csignal>
#include <cstdlib>
@ -25,7 +27,7 @@
#include <vector>
#include <sstream>
#define auto __auto_type
#define range(x) \
x.begin(); \
it != x.end(); \