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