mirror of https://github.com/stella-emu/stella.git
Oops, wrong commit last time; fix compile error in gcc 13.
This commit is contained in:
parent
7e20db0210
commit
3bcce2c481
|
@ -34,6 +34,7 @@
|
|||
#ifndef __TINYEXIF_H__
|
||||
#define __TINYEXIF_H__
|
||||
|
||||
#include <cstdlib> // Added by SA (2023-05-05), needed for gcc-13
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue