diff --git a/cpp08/ex00/easyfind.hpp b/cpp08/ex00/easyfind.hpp index 533e7d5..9ed35f6 100644 --- a/cpp08/ex00/easyfind.hpp +++ b/cpp08/ex00/easyfind.hpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/03 10:16:18 by rparodi #+# #+# */ -/* Updated: 2025/04/03 11:46:18 by rparodi ### ########.fr */ +/* Updated: 2025/04/03 13:41:46 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,6 +16,7 @@ #include #include #include +#include #include #define CLR_RESET "\033[0m" diff --git a/cpp08/ex00/main.cpp b/cpp08/ex00/main.cpp index e91281b..e492464 100644 --- a/cpp08/ex00/main.cpp +++ b/cpp08/ex00/main.cpp @@ -6,12 +6,11 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/03 10:14:39 by rparodi #+# #+# */ -/* Updated: 2025/04/03 12:04:11 by rparodi ### ########.fr */ +/* Updated: 2025/04/03 13:41:47 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ #include "easyfind.hpp" -#include int main(void) { std::cout << CLR_GREEN << "Trying using int vector" << std::endl;