diff --git a/cpp09/ex02/PmergeMe.hpp b/cpp09/ex02/PmergeMe.hpp index 300d152..7cebb40 100644 --- a/cpp09/ex02/PmergeMe.hpp +++ b/cpp09/ex02/PmergeMe.hpp @@ -6,12 +6,14 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/01 14:45:25 by rparodi #+# #+# */ -/* Updated: 2025/05/01 16:06:02 by rparodi ### ########.fr */ +/* Updated: 2025/05/02 16:12:02 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ #pragma once +#include +#include #include #define CLR_RESET "\033[0m" diff --git a/cpp09/ex02/main.cpp b/cpp09/ex02/main.cpp index 366c4ee..a63782a 100644 --- a/cpp09/ex02/main.cpp +++ b/cpp09/ex02/main.cpp @@ -6,13 +6,11 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/01 14:45:40 by rparodi #+# #+# */ -/* Updated: 2025/05/02 16:06:17 by rparodi ### ########.fr */ +/* Updated: 2025/05/02 16:12:03 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ #include "PmergeMe.hpp" -#include -#include int check_input(int argc, char **argv) { for (size_t i = 1; i < static_cast(argc); i++) {