diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 4482ed69a..17d26f4b0 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -343,6 +343,8 @@ # define SQLITE_OMIT_TRACE 1 # undef SQLITE_MIXED_ENDIAN_64BIT_FLOAT # undef SQLITE_HAVE_ISNAN +#else +# include <math.h> #endif #ifndef SQLITE_BIG_DBL # define SQLITE_BIG_DBL (1e99) |