From 2511a19d2d13a1022248fe5143673699875d5706 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Wed, 14 Jun 2023 16:09:19 -0700 Subject: [PATCH] libretro: apple platforms build fix --- core/hw/maple/maple_devs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/hw/maple/maple_devs.cpp b/core/hw/maple/maple_devs.cpp index 4ea27b5f2..76e898bd9 100755 --- a/core/hw/maple/maple_devs.cpp +++ b/core/hw/maple/maple_devs.cpp @@ -9,6 +9,7 @@ #include "cfg/option.h" #include #include +#include const char* maple_sega_controller_name = "Dreamcast Controller"; const char* maple_sega_vmu_name = "Visual Memory";