how to hot fix: You can temporarily move #include <math.h> below #include <fp.h>.
#include <math.h>
#include <fp.h>
# if !defined(__MATH_H__) && !defined(__MATH_H) && !defined(__cmath__) # include <math.h> # endif # else # include <fp.h>