mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-07 14:39:02 +01:00
AttractMode needed cstdlib header to compile in linux.
This commit is contained in:
parent
48100b6465
commit
d983686206
@ -15,6 +15,7 @@
|
||||
*/
|
||||
#include "AttractMode.h"
|
||||
#include "../Graphics/Page.h"
|
||||
#include <cstdlib>
|
||||
|
||||
AttractMode::AttractMode()
|
||||
: IsActive(false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user