changeset 296:50a0b4fea7f1 tip master

Merge pull request #8 from michel-slm/gcc15 Include headers needed to compile with GCC 15's -std=gnu23 default
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 27 Jan 2025 08:53:58 +0000
parents df381a2e6fa1 (current diff) de5dc40f1830 (diff)
children
files
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ext/json11/json11.cpp	Wed Jan 03 18:12:35 2024 +0000
+++ b/ext/json11/json11.cpp	Mon Jan 27 08:53:58 2025 +0000
@@ -22,6 +22,7 @@
 #include "json11.hpp"
 #include <cassert>
 #include <cmath>
+#include <cstdint>
 #include <cstdlib>
 #include <cstdio>
 #include <limits>
--- a/vamp-support/PluginHandleMapper.h	Wed Jan 03 18:12:35 2024 +0000
+++ b/vamp-support/PluginHandleMapper.h	Mon Jan 27 08:53:58 2025 +0000
@@ -38,6 +38,7 @@
 #include "PluginOutputIdMapper.h"
 
 #include <vamp-hostsdk/Plugin.h>
+#include <cstdint>
 #include <memory>
 
 namespace piper_vamp {