aboutsummaryrefslogtreecommitdiff
path: root/src/vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vec.h')
-rw-r--r--src/vec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vec.h b/src/vec.h
index bd8723c..f2d9712 100644
--- a/src/vec.h
+++ b/src/vec.h
@@ -92,5 +92,6 @@ VECTOR_DEF(ULong);
VECTOR_DEF(Double);
VECTOR_DEF(Float);
VECTOR_DEF(String);
+VECTOR_DEF(VoidPtr);
#endif