diff options
Diffstat (limited to 'json_object.c')
-rw-r--r-- | json_object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json_object.c b/json_object.c index 377ab59..6cc73bc 100644 --- a/json_object.c +++ b/json_object.c @@ -27,6 +27,7 @@ #include "json_object.h" #include "json_object_private.h" #include "json_util.h" +#include "math_compat.h" #if !defined(HAVE_STRDUP) && defined(_MSC_VER) /* MSC has the version as _strdup */ |