0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 18:30:51 +00:00

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.