From 74ff7361c38c4f8620b68c72fd2263c1f2d6a5a2 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 4 Dec 2022 20:45:57 +0200 Subject: Fix clang-tidy warnings Signed-off-by: Tomi Valkeinen --- kms++util/src/font_8x8.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kms++util/src') diff --git a/kms++util/src/font_8x8.h b/kms++util/src/font_8x8.h index ed9bf3f..ea01ecb 100644 --- a/kms++util/src/font_8x8.h +++ b/kms++util/src/font_8x8.h @@ -4,6 +4,8 @@ /* */ /**********************************************/ +#include + const uint8_t fontdata_8x8[] = { /* 0 0x00 '^@' */ @@ -2565,5 +2567,4 @@ const uint8_t fontdata_8x8[] = { 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ - }; -- cgit v1.2.3