aports/community/nymphcast/gcc13.patch
Celeste 759adf96a4 community/nymphcast: fix build on gcc13
by including cstdint
2023-10-26 15:54:06 +00:00

9 lines
218 B
Diff

--- a/player/NymphCastPlayer/litehtml/include/litehtml/os_types.h
+++ b/player/NymphCastPlayer/litehtml/include/litehtml/os_types.h
@@ -1,3 +1,5 @@
+#include <cstdint>
+
#ifndef LH_OS_TYPES_H
#define LH_OS_TYPES_H