mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
add missing include to fix build with gcc14
This commit is contained in:
parent
8792d28f52
commit
0f89425ed6
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@
|
|||
#include "ui/drivers/cocoa/apple_platform.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LAKKA
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
enum video_driver_enum
|
||||
{
|
||||
VIDEO_GL = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue