diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-01 21:21:10 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-01 21:21:10 +0200 |
| commit | a1675f56b35f5521a91851bae8ca650706374ae6 (patch) | |
| tree | 73bf00503b27ac4e548ae66bf7789eff4eb8eede /test/include/libft_test.h | |
| parent | 9316f2063255bd4a0abd5c38d4c065969a8980bb (diff) | |
| download | libft-a1675f56b35f5521a91851bae8ca650706374ae6.tar.gz libft-a1675f56b35f5521a91851bae8ca650706374ae6.tar.bz2 libft-a1675f56b35f5521a91851bae8ca650706374ae6.zip | |
Added vector
Diffstat (limited to 'test/include/libft_test.h')
| -rw-r--r-- | test/include/libft_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
