From 4c99c7034f17810f3ff6c27436bfc3b40d08da21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:42:32 +0100 Subject: [PATCH] build: fix compilation with gcc 13 (#503) --- src/emucore/TIASnd.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emucore/TIASnd.hxx b/src/emucore/TIASnd.hxx index 8ed92ab0b..ce728ea30 100644 --- a/src/emucore/TIASnd.hxx +++ b/src/emucore/TIASnd.hxx @@ -18,6 +18,7 @@ #ifndef TIASOUND_HXX #define TIASOUND_HXX +#include namespace ale { namespace stella {