Add missing header for gcc-14

https://gcc.gnu.org/gcc-14/porting_to.html

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-12-31 17:39:01 +02:00 committed by DS
parent 431444ba9f
commit c9ab61aa8c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
#include "sound_data.h"
#include "sound_constants.h"
#include <algorithm>
namespace sound {