From c9ab61aa8cd0ca50bc8c4d90f257bb5ed3b0bb00 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 31 Dec 2023 17:39:01 +0200 Subject: [PATCH] Add missing header for gcc-14 https://gcc.gnu.org/gcc-14/porting_to.html Signed-off-by: Alfred Wingate --- src/client/sound/sound_data.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/sound/sound_data.cpp b/src/client/sound/sound_data.cpp index f0cbc6dbf..d2d626e2c 100644 --- a/src/client/sound/sound_data.cpp +++ b/src/client/sound/sound_data.cpp @@ -25,6 +25,7 @@ with this program; ifnot, write to the Free Software Foundation, Inc., #include "sound_data.h" #include "sound_constants.h" +#include namespace sound {