Mercurial > hg > piper-cpp
comparison vamp-support/PluginHandleMapper.h @ 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 | de5dc40f1830 |
children |
comparison
equal
deleted
inserted
replaced
294:df381a2e6fa1 | 296:50a0b4fea7f1 |
---|---|
36 #define PIPER_PLUGIN_HANDLE_MAPPER_H | 36 #define PIPER_PLUGIN_HANDLE_MAPPER_H |
37 | 37 |
38 #include "PluginOutputIdMapper.h" | 38 #include "PluginOutputIdMapper.h" |
39 | 39 |
40 #include <vamp-hostsdk/Plugin.h> | 40 #include <vamp-hostsdk/Plugin.h> |
41 #include <cstdint> | |
41 #include <memory> | 42 #include <memory> |
42 | 43 |
43 namespace piper_vamp { | 44 namespace piper_vamp { |
44 | 45 |
45 /** | 46 /** |