aboutsummaryrefslogtreecommitdiff
path: root/src/vec.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-09 14:18:20 +0800
committerMistivia <i@mistivia.com>2025-06-09 14:18:20 +0800
commita690e564d82a46c4e729d88fcc660e4e2f1e6ceb (patch)
treec40c404eb61a73168050d7b57fd5bbd5709084dd /src/vec.c
parent17690b812b7d59a7f37c858a55b25be91a02ff4c (diff)
add show trait
Diffstat (limited to 'src/vec.c')
-rw-r--r--src/vec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vec.c b/src/vec.c
index da3d9e0..9e9abe5 100644
--- a/src/vec.c
+++ b/src/vec.c
@@ -2,6 +2,8 @@
#include <string.h>
+#include "basic_traits.h"
+
VECTOR_IMPL(Int);
VECTOR_IMPL(Bool);
VECTOR_IMPL(Long);