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 7e20db0210
commit 3bcce2c481
1 changed files with 18 additions and 17 deletions

View File

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