diff --git a/src/cmath.h b/src/cmath.h index 53e5d18..24692a9 100644 --- a/src/cmath.h +++ b/src/cmath.h @@ -3,7 +3,11 @@ #pragma once #ifndef __AVR__ -#include +#include // abs + +#include +using std::max; +using std::min; #else // AVR libc doesn't support cmath