commit 9503022bfca7e3945a81cb23eaef07e6307eb045 parent 0795a1f6b11e7ecc4981bbae374f4c15b227145b Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:08:00 +0200 add missing include #202 Diffstat:
M | source/jucePluginLib/pluginVersion.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/source/jucePluginLib/pluginVersion.h b/source/jucePluginLib/pluginVersion.h @@ -1,5 +1,7 @@ #pragma once + #include <string> +#include <cstdint> namespace pluginLib {