Oops, wrong commit last time; fix compile error in gcc 13.

This commit is contained in:
Stephen Anthony 2023-05-05 16:49:00 -02:30
parent ab95513081
commit db7fe478c5
1 changed files with 18 additions and 17 deletions

View File

@ -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>