diff options
Diffstat (limited to 'cpp05/ex02/ShrubberyCreationForm.hpp')
| -rw-r--r-- | cpp05/ex02/ShrubberyCreationForm.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp05/ex02/ShrubberyCreationForm.hpp b/cpp05/ex02/ShrubberyCreationForm.hpp index 8c3b7e6..4799d9d 100644 --- a/cpp05/ex02/ShrubberyCreationForm.hpp +++ b/cpp05/ex02/ShrubberyCreationForm.hpp @@ -6,7 +6,7 @@ /* By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:43:27 by cacharle #+# #+# */ -/* Updated: 2020/11/17 13:08:33 by cacharle ### ########.fr */ +/* Updated: 2020/11/17 16:37:56 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -14,7 +14,9 @@ # define SHRUBBERYCREATIONFORM_HPP # include <string> +# include <cstring> # include <fstream> +# include <iostream> # include "Form.hpp" class ShrubberyCreationForm : public Form |
