From af7a61a5464c266426a20e7dacf6c52bb80b28e9 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Thu, 25 Jul 2024 23:16:04 +0200 Subject: lint: fix lints from newer clang-tidy version --- test/option.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/option.cc') diff --git a/test/option.cc b/test/option.cc index cf80374..09c0fdf 100644 --- a/test/option.cc +++ b/test/option.cc @@ -1,6 +1,8 @@ #include +#include #include #include +#include struct checker { static unsigned cnt; -- cgit v1.2.3