From 515ac5d6f74337901896c150caa198b953cef5a1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 12:38:28 +1100 Subject: fix(bmp): Readd removed includes (oops, first time using Zed) --- include/tinyff/image/bmp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/tinyff') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index a4cc393..194e0f2 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -3,6 +3,9 @@ #include #include +#include +#include + #include "tinyff/result.h" #include "tinyff/stream.h" -- cgit v1.2.3