diff --git a/cJSON.h b/cJSON.h index c2b8d57..dbbb739 100644 --- a/cJSON.h +++ b/cJSON.h @@ -28,6 +28,8 @@ extern "C" { #endif +#include + /* cJSON Types: */ #define cJSON_False (1 << 0) #define cJSON_True (1 << 1)