File 001-supercollider-sc3-plugins-add-include-cstdint-in-nh_hall-hpp.patch of Package supercollider-sc3-plugins
From deaa55a7204bedf65a2000a463ae87a481bf3eb8 Mon Sep 17 00:00:00 2001
From: Adrian Bunk <bunk@stusta.de>
Date: Fri, 10 Oct 2025 20:33:42 +0300
Subject: [PATCH] NHUGens: add #include <cstdint> in nh_hall.hpp (#408)
---
source/NHUGens/nh_hall.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/source/NHUGens/nh_hall.hpp b/source/NHUGens/nh_hall.hpp
index 0f43bdf4e2..d3e0d3f12d 100644
--- a/source/NHUGens/nh_hall.hpp
+++ b/source/NHUGens/nh_hall.hpp
@@ -162,6 +162,7 @@ occasionally.
#include <memory> // std::unique_ptr
#include <array> // std::array
#include <cmath> // cosf/sinf
+#include <cstdint> // uint16_t / uint32_t
namespace nh_ugens {