summaryrefslogtreecommitdiff
path: root/include/tinyff/image
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 08:45:12 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 08:45:12 +1100
commit5b8137cfa32615a72380e65481f7561333d50007 (patch)
tree4e9bdee230ce863aa711a481a794ac56e5763567 /include/tinyff/image
parent6c322787e99887dc8844aa6b8f7408eabeccd274 (diff)
chore(imports): Import debug and tinyff.h in png.h
Diffstat (limited to 'include/tinyff/image')
-rw-r--r--include/tinyff/image/bmp.h1
-rw-r--r--include/tinyff/image/png.h1
2 files changed, 2 insertions, 0 deletions
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 <tinyff/result.h>
#include <tinyff/stream.h>
#include <tinyff/image/generic.h>
+#include <tinyff/tinyff.h>
#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 <tinyff/common.h>
#include <tinyff/stream.h>
#include <tinyff/image/generic.h>
+#include <tinyff/dbg.h>