EmulationStation: fix build with gcc 12
This commit is contained in:
parent
02d3351e21
commit
d39004bad6
1 changed files with 10 additions and 0 deletions
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
|
||||
{
|
Loading…
Add table
Reference in a new issue