mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 11:31:41 +00:00
Fix gcc picopng compile error
This commit is contained in:
parent
4613c0354b
commit
f37433c707
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue