From a713935cd9e052a5a3aedb6075a42648e74c75b5 Mon Sep 17 00:00:00 2001 From: Roland Hermans Date: Sun, 23 Apr 2023 11:13:17 +0200 Subject: [PATCH] add missing header files, to fix compilation errors when using GCC 13 --- noson/src/audioformat.h | 1 + noson/src/filepicreader.h | 1 + 2 files changed, 2 insertions(+) diff --git a/noson/src/audioformat.h b/noson/src/audioformat.h index d6fa455..a128e0f 100644 --- a/noson/src/audioformat.h +++ b/noson/src/audioformat.h @@ -21,6 +21,7 @@ #include "local_config.h" +#include #include namespace NSROOT diff --git a/noson/src/filepicreader.h b/noson/src/filepicreader.h index b7579d2..fb3cf55 100644 --- a/noson/src/filepicreader.h +++ b/noson/src/filepicreader.h @@ -25,6 +25,7 @@ #include "streamreader.h" +#include #include #include