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
|