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
ab95513081
commit
db7fe478c5
|
@ -34,6 +34,7 @@
|
||||||
#ifndef __TINYEXIF_H__
|
#ifndef __TINYEXIF_H__
|
||||||
#define __TINYEXIF_H__
|
#define __TINYEXIF_H__
|
||||||
|
|
||||||
|
#include <cstdlib> // Added by SA (2023-05-05), needed for gcc-13
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue