From 5b8137cfa32615a72380e65481f7561333d50007 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 30 Mar 2026 08:45:12 +1100 Subject: chore(imports): Import debug and tinyff.h in png.h --- include/tinyff/image/bmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/tinyff/image/bmp.h') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index c4bb91b..973706d 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -10,6 +10,7 @@ #include #include #include +#include #define FF_BMP_HEADER_SIZE 14 #define FF_BMP_INFO_SIZE 40 -- cgit v1.2.3