Fix gcc picopng compile error
This commit is contained in:
parent
a793ddd7bd
commit
7e61e55601
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…
Add table
Add a link
Reference in a new issue