EmulationStation: fix build with gcc 12
This commit is contained in:
10
srcpkgs/EmulationStation/patches/missing-include.patch
Normal file
10
srcpkgs/EmulationStation/patches/missing-include.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/es-core/src/utils/TimeUtil.h
|
||||
+++ b/es-core/src/utils/TimeUtil.h
|
||||
@@ -3,6 +3,7 @@
|
||||
#define ES_CORE_UTILS_TIME_UTIL_H
|
||||
|
||||
#include <string>
|
||||
+#include <ctime>
|
||||
|
||||
namespace Utils
|
||||
{
|
||||
Reference in New Issue
Block a user