Added stdint.h include in cJSON.c as required by Arm GNU Toolchain 11.3.Rel1

This commit is contained in:
James Wilson 2022-09-25 10:23:23 +10:00
parent b45f48e600
commit 0b9173e540

View File

@ -40,6 +40,7 @@
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdint.h>
#include <stdlib.h>
#include <limits.h>
#include <ctype.h>