diff options
Diffstat (limited to 'cpp05/ex02/ShrubberyCreationForm.hpp')
| -rw-r--r-- | cpp05/ex02/ShrubberyCreationForm.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp05/ex02/ShrubberyCreationForm.hpp b/cpp05/ex02/ShrubberyCreationForm.hpp index 7266eb8..dab62f8 100644 --- a/cpp05/ex02/ShrubberyCreationForm.hpp +++ b/cpp05/ex02/ShrubberyCreationForm.hpp @@ -6,13 +6,14 @@ /* By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:43:27 by cacharle #+# #+# */ -/* Updated: 2020/12/12 12:09:51 by cacharle ### ########.fr */ +/* Updated: 2020/12/12 12:44:07 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef SHRUBBERYCREATIONFORM_HPP # define SHRUBBERYCREATIONFORM_HPP +# include <cerrno> # include <string> # include <cstring> # include <fstream> |
