From f0cee245f73086a1392b462166d45951b6524258 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 12 May 2020 11:51:55 -0230 Subject: [PATCH] libretro: Fixed #634. --- src/libretro/StellaLIBRETRO.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libretro/StellaLIBRETRO.cxx b/src/libretro/StellaLIBRETRO.cxx index 065917c15..e86709490 100644 --- a/src/libretro/StellaLIBRETRO.cxx +++ b/src/libretro/StellaLIBRETRO.cxx @@ -21,6 +21,7 @@ #include "FrameBufferLIBRETRO.hxx" #include "AtariNTSC.hxx" +#include "PaletteHandler.hxx" #include "AudioSettings.hxx" #include "Serializer.hxx" #include "StateManager.hxx"