aboutsummaryrefslogtreecommitdiff
path: root/cpp01/ex07
diff options
context:
space:
mode:
Diffstat (limited to 'cpp01/ex07')
-rw-r--r--cpp01/ex07/main.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp01/ex07/main.cpp b/cpp01/ex07/main.cpp
index 3965d3d..de9a455 100644
--- a/cpp01/ex07/main.cpp
+++ b/cpp01/ex07/main.cpp
@@ -6,13 +6,14 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/02 17:08:28 by cacharle #+# #+# */
-/* Updated: 2020/11/10 09:25:28 by cacharle ### ########.fr */
+/* Updated: 2020/11/17 16:37:34 by charles ### ########.fr */
/* */
/* ************************************************************************** */
-# include <iostream>
-# include <fstream>
-# include <string>
+#include <iostream>
+#include <fstream>
+#include <string>
+#include <cstring>
int main(int argc, char **argv)
{