Skip to content

Conversation

@pfiguebar
Copy link

This patch fixes a compilation error on Debian 13.2 with GCC 14.

The issue occurs because std::stack is used in ISimpleGameListView.h and BasicGameListView.cpp but the header was not included, causing errors like:

‘stack’ in namespace ‘std’ does not name a template type
‘mCursorStack’ was not declared in this scope

Adding #include to the respective files resolves these compilation errors.

Tested on:
Debian 13.2
GCC 14

No functional changes are made; this only adds the necessary header for proper compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant