From d39004bad6722a1feaa5ff6dc471dda6e0d37b96 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 3 Oct 2022 21:59:05 +0200 Subject: [PATCH] EmulationStation: fix build with gcc 12 --- srcpkgs/EmulationStation/patches/missing-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/EmulationStation/patches/missing-include.patch diff --git a/srcpkgs/EmulationStation/patches/missing-include.patch b/srcpkgs/EmulationStation/patches/missing-include.patch new file mode 100644 index 00000000000..63bc8687be4 --- /dev/null +++ b/srcpkgs/EmulationStation/patches/missing-include.patch @@ -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 ++#include + + namespace Utils + {