File: 0001-nh_hall.hpp-needs-include-cstdint.patch

package info (click to toggle)
supercollider-sc3-plugins 3.13.0~repack-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,156 kB
  • sloc: cpp: 303,353; lisp: 9,589; ansic: 3,547; sh: 96; makefile: 87; haskell: 21
file content (24 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From ab3f46fec362698303b2f02fe737566717596828 Mon Sep 17 00:00:00 2001
From: Adrian Bunk <bunk@debian.org>
Date: Fri, 10 Oct 2025 14:15:38 +0300
Subject: nh_hall.hpp needs #include <cstdint>

---
 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 0f43bdf..d3e0d3f 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 {
 
-- 
2.30.2