Skip to content

Commit 34be38c

Browse files
fix: add missing <stack> includes for build
1 parent 9cc42ad commit 34be38c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

es-app/src/views/gamelist/BasicGameListView.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include "SystemData.h"
77
#include "Settings.h"
88

9+
#include <stack>
10+
911
BasicGameListView::BasicGameListView(Window* window, FileData* root)
1012
: ISimpleGameListView(window, root), mList(window)
1113
{

es-app/src/views/gamelist/ISimpleGameListView.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "components/TextComponent.h"
66
#include "components/ImageComponent.h"
77

8+
#include <stack>
9+
810
class ISimpleGameListView : public IGameListView
911
{
1012
public:

0 commit comments

Comments
 (0)