diff options
Diffstat (limited to 'double-error.c')
| -rw-r--r-- | double-error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/double-error.c b/double-error.c index 672956f..e166ec0 100644 --- a/double-error.c +++ b/double-error.c @@ -2,6 +2,7 @@ #include <math.h> #include <stdio.h> #include <float.h> +#include <stdbool.h> #define EPS 2*DBL_EPSILON |
