Fix gcc picopng compile error

This commit is contained in:
Magnus Norddahl 2023-12-31 07:17:41 +01:00 committed by Christoph Oelckers
parent 4613c0354b
commit f37433c707

View file

@ -1,4 +1,6 @@
#include <vector>
#include <cstddef>
#include <cstdint>
/*
decodePNG: The picoPNG function, decodes a PNG file buffer in memory, into a raw pixel buffer.