From a1675f56b35f5521a91851bae8ca650706374ae6 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 21:21:10 +0200 Subject: Added vector --- test/include/libft_test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/include/libft_test.h') diff --git a/test/include/libft_test.h b/test/include/libft_test.h index 1d944a5..efa15cd 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -18,7 +18,9 @@ # include "libft.h" # include "libft_algo.h" +# include "libft_lst.h" # include "libft_ht.h" +# include "libft_vec.h" # include "helper/helper_segfault.h" -- cgit