From 0f5262917fab34b44b43f63946fdf6bb0621875a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 13:55:23 +0200 Subject: Make all required includes explicit Information as seen by IWYU 0.12 + clang 9 on Linux --- Vector.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Vector.c') diff --git a/Vector.c b/Vector.c index 291ef48f..1dfccc44 100644 --- a/Vector.c +++ b/Vector.c @@ -10,7 +10,8 @@ in the source distribution for its full text. #include #include #include -#include + +#include "XUtils.h" Vector* Vector_new(const ObjectClass* type, bool owner, int size) { -- cgit v1.2.3