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 + {