mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
add missing include to fix build with gcc14
This commit is contained in:
parent
8792d28f52
commit
0f89425ed6
@ -74,6 +74,10 @@
|
|||||||
#include "ui/drivers/cocoa/apple_platform.h"
|
#include "ui/drivers/cocoa/apple_platform.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LAKKA
|
||||||
|
#include <time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
enum video_driver_enum
|
enum video_driver_enum
|
||||||
{
|
{
|
||||||
VIDEO_GL = 0,
|
VIDEO_GL = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user