summaryrefslogtreecommitdiff
path: root/include/tinyff/image/png.h
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-02 21:07:10 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-02 21:07:10 +1100
commit8ea1a6dffc327d2f68a50e00aebd58000181853f (patch)
tree40962baad102163cb881afcc743715b775d01f42 /include/tinyff/image/png.h
parent69b4c8a7b8fbf1ed9fa4422ea6bbd4865297166f (diff)
feat(math): add math core and replace FF_ABS macro with ff_absi
Diffstat (limited to 'include/tinyff/image/png.h')
-rw-r--r--include/tinyff/image/png.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h
index 82fba32..8ccc4e6 100644
--- a/include/tinyff/image/png.h
+++ b/include/tinyff/image/png.h
@@ -12,6 +12,7 @@
#include <tinyff/stream.h>
#include <tinyff/image/generic.h>
#include <tinyff/dbg.h>
+#include <tinyff/math/core.h>