mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 113 forks source link

Fix missing include #744

Closed eclairevoyant closed 1 year ago

eclairevoyant commented 1 year ago

During the removal of the line #include <SFML/System.hpp> as part of 7cb8d58130b9e32e6c75320c314d6f8c307ea9f5, it looks like there was a necessary transitive include that was removed. Adding that transitive include in to fix compilation errors.