diff --git a/include/util/math.hpp b/include/util/math.hpp index 03b08de6..e776fafd 100644 --- a/include/util/math.hpp +++ b/include/util/math.hpp @@ -1,9 +1,10 @@ #pragma once #include "util/common.hpp" -#ifndef _GLIBCXX_USE_C99_MATH - #define _GLIBCXX_USE_C99_MATH -#endif -#include +#include + + +// Use a few standard math functions without std:: +using std::isfinite; namespace rack {