aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/NEMath.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/NEMath.inl')
-rw-r--r--src/core/NEON/NEMath.inl6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/NEON/NEMath.inl b/src/core/NEON/NEMath.inl
index a1c3d41880..1f5cb56dfc 100644
--- a/src/core/NEON/NEMath.inl
+++ b/src/core/NEON/NEMath.inl
@@ -21,13 +21,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#include "support/ToolchainSupport.h"
+
#include <cmath>
#include <limits>
-#ifndef M_PI
-#define M_PI (3.14159265358979323846)
-#endif // M_PI
-
namespace arm_compute
{
/** Exponent polynomial coefficients */