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/bitfield.cc | 1 + test/option.cc | 2 ++ test/ring.cc | 1 + 3 files changed, 4 insertions(+) (limited to 'test') diff --git a/test/bitfield.cc b/test/bitfield.cc index 0d4dcac..f02abf5 100644 --- a/test/bitfield.cc +++ b/test/bitfield.cc @@ -1,6 +1,7 @@ #include #include +#include #include BITFIELD_START(MOOSE, std::uint32_t) 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; diff --git a/test/ring.cc b/test/ring.cc index 657fdfa..59dcc7c 100644 --- a/test/ring.cc +++ b/test/ring.cc @@ -1,5 +1,6 @@ #include +#include #include #define LOG \ -- cgit v1.2.3