diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-12 12:46:18 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-12 12:46:59 +0100 |
| commit | d2d136a5810b8dc233b7a6260531e7fd0c138f3e (patch) | |
| tree | 3a812a1aaeda50a6b6738a079997cdcd5a7b7ab2 /cpp05/ex03/ShrubberyCreationForm.hpp | |
| parent | 0071b1e944cbce91ff6ff8e235280c3955ce1d5b (diff) | |
| download | piscine_cpp-d2d136a5810b8dc233b7a6260531e7fd0c138f3e.tar.gz piscine_cpp-d2d136a5810b8dc233b7a6260531e7fd0c138f3e.tar.bz2 piscine_cpp-d2d136a5810b8dc233b7a6260531e7fd0c138f3e.zip | |
Fixing compilation error on linux VM
Diffstat (limited to 'cpp05/ex03/ShrubberyCreationForm.hpp')
| -rw-r--r-- | cpp05/ex03/ShrubberyCreationForm.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 <cerrno> # include <string> # include <cstring> # include <fstream> |
