From d2d136a5810b8dc233b7a6260531e7fd0c138f3e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 12 Dec 2020 12:46:18 +0100 Subject: Fixing compilation error on linux VM --- cpp05/ex03/ShrubberyCreationForm.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp05/ex03/ShrubberyCreationForm.hpp') diff --git a/cpp05/ex03/ShrubberyCreationForm.hpp b/cpp05/ex03/ShrubberyCreationForm.hpp index 27e34a0..b2c0b7d 100644 --- a/cpp05/ex03/ShrubberyCreationForm.hpp +++ b/cpp05/ex03/ShrubberyCreationForm.hpp @@ -6,13 +6,14 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:43:27 by cacharle #+# #+# */ -/* Updated: 2020/12/12 12:20:33 by cacharle ### ########.fr */ +/* Updated: 2020/12/12 12:44:17 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef SHRUBBERYCREATIONFORM_HPP # define SHRUBBERYCREATIONFORM_HPP +# include # include # include # include -- cgit