diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-22 21:23:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-22 22:32:03 +0200 |
| commit | 2bccd50959a73f3145abb36183b5b5ae866c1a46 (patch) | |
| tree | a7dd271ea52f9d81a8b9890623692abeb16f47ce /RtAudio.cpp | |
| parent | 73cf4256716ed06ca63f3b1d890f742d695a7e77 (diff) | |
Missing include for roundf().
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 22ef313..d17870d 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -48,6 +48,7 @@ #include <climits> #include <cmath> #include <algorithm> +#include <cmath> #include <codecvt> #include <locale> |
