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 + 1 file changed, 1 insertion(+) (limited to 'test/bitfield.cc') 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) -- cgit v1.2.3