Missing include for roundf().
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 11:36:04 +0000 (12:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 19:48:46 +0000 (20:48 +0100)
RtAudio.cpp

index b185f9789c6203ffacf5e336419e11e391f19ded..3e78f75f624fc2d8621d6ba310a75812e23f395e 100644 (file)
@@ -47,6 +47,7 @@
 #include <climits>
 #include <cmath>
 #include <algorithm>
+#include <cmath>
 
 // Static variable definitions.
 const unsigned int RtApi::MAX_SAMPLE_RATES = 14;