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 + include/tinyff/image/png.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include/tinyff') 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 diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index e011817..571c75d 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -11,6 +11,7 @@ #include #include #include +#include -- cgit v1.2.3