aboutsummaryrefslogtreecommitdiff
path: root/test/include
diff options
context:
space:
mode:
Diffstat (limited to 'test/include')
-rw-r--r--test/include/libft_test.h2
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"