1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Adds cmath in support of ceilf.

This commit is contained in:
Thomas Harte 2019-07-08 18:14:03 -04:00
parent 1a9aa60bf7
commit 60cedca97b

View File

@ -17,6 +17,7 @@
#include <mutex>
#include <cstring>
#include <cmath>
namespace Outputs {
namespace Speaker {