diff --git a/src/FixedPoints/Details.h b/src/FixedPoints/Details.h index 26e03b0..7670496 100644 --- a/src/FixedPoints/Details.h +++ b/src/FixedPoints/Details.h @@ -14,7 +14,6 @@ #pragma once -#include #include #include @@ -33,6 +32,8 @@ #if !defined(__AVR__) #define FIXED_POINTS_NO_RANDOM +#else +#include "Arduino.h" #endif // Pay no attention to the man behind the curtains