mirror of https://github.com/stella-emu/stella.git
Adding missing include (fixes #971).
This commit is contained in:
parent
d8ee31ec1f
commit
9b65e6a2e4
|
@ -35,6 +35,8 @@
|
||||||
#define __TINYEXIF_H__
|
#define __TINYEXIF_H__
|
||||||
|
|
||||||
#include <cstdlib> // Added by SA (2023-05-05), needed for gcc-13
|
#include <cstdlib> // Added by SA (2023-05-05), needed for gcc-13
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue