Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.1k stars 416 forks source link

build: fix compilation with gcc 13 #503

Closed GaetanLepage closed 6 months ago

GaetanLepage commented 6 months ago

This include is necessary for the project to compile with GCC 13. See https://gcc.gnu.org/gcc-13/porting_to.html

Fixes #502

GaetanLepage commented 6 months ago

From my testing, this is working.

GaetanLepage commented 6 months ago

The rest of missing imports has been added in https://github.com/Farama-Foundation/Arcade-Learning-Environment/commit/ebd64c03cdaa3d8df7da7c62ec3ae5795105e27a.