From 65b4b78a15349fca6d712babd637fbefedf668be Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Apr 2019 12:36:04 +0100 Subject: [PATCH] Missing include for roundf(). --- RtAudio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RtAudio.cpp b/RtAudio.cpp index b185f97..3e78f75 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -47,6 +47,7 @@ #include #include #include +#include // Static variable definitions. const unsigned int RtApi::MAX_SAMPLE_RATES = 14; -- 2.30.2