aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alstring.h')
-rw-r--r--Alc/alstring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/alstring.h b/Alc/alstring.h
index ab88c36f..ff40061a 100644
--- a/Alc/alstring.h
+++ b/Alc/alstring.h
@@ -42,4 +42,7 @@ void al_string_append_range(al_string *str, const al_string_char_type *from, con
void al_string_copy_wcstr(al_string *str, const wchar_t *from);
#endif
+
+DECL_VECTOR(al_string)
+
#endif /* ALSTRING_H */