From d510fb338c7527d5ea41e163b41f2681528101bd Mon Sep 17 00:00:00 2001 From: Daniel Ramos <46768340+danielcamposramos@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:16:52 -0300 Subject: [PATCH] Update ISimpleGameListView.h Added missing #include at line 7 so the script works (Armbian bookworm latest) --- es-app/src/views/gamelist/ISimpleGameListView.h | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/src/views/gamelist/ISimpleGameListView.h b/es-app/src/views/gamelist/ISimpleGameListView.h index 9022cde73e..2b9d367d02 100644 --- a/es-app/src/views/gamelist/ISimpleGameListView.h +++ b/es-app/src/views/gamelist/ISimpleGameListView.h @@ -4,6 +4,7 @@ #include "components/TextComponent.h" #include "components/ImageComponent.h" +#include class ISimpleGameListView : public IGameListView {