diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-30 08:45:12 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-30 08:45:12 +1100 |
| commit | 5b8137cfa32615a72380e65481f7561333d50007 (patch) | |
| tree | 4e9bdee230ce863aa711a481a794ac56e5763567 /include/tinyff | |
| parent | 6c322787e99887dc8844aa6b8f7408eabeccd274 (diff) | |
chore(imports): Import debug and tinyff.h in png.h
Diffstat (limited to 'include/tinyff')
| -rw-r--r-- | include/tinyff/image/bmp.h | 1 | ||||
| -rw-r--r-- | include/tinyff/image/png.h | 1 |
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> |
