diff --git a/src/vector.h b/src/vector.h index ef8f953..45a78d4 100644 --- a/src/vector.h +++ b/src/vector.h @@ -21,6 +21,8 @@ #ifndef _VECTOR_H #define _VECTOR_H +#include + /* * We're using a typedef here to "hide" the implementation details of the * vector. Sure, it's a pointer, but the struct is hidden in the C file.