diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-15 12:36:04 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2019-12-03 11:16:07 +0100 |
| commit | cad77016e1142fb6cf466c482efce06b26cc1e30 (patch) | |
| tree | 79aff409b332f057eb17e8c640781e2f943c14b0 /RtAudio.cpp | |
| parent | 76ab5f4fe0ceec4be72b9241bb13894a4b808c87 (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 b185f97..3e78f75 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -47,6 +47,7 @@ #include <climits> #include <cmath> #include <algorithm> +#include <cmath> // Static variable definitions. const unsigned int RtApi::MAX_SAMPLE_RATES = 14; |
