From 779d8a33fcf5e52ed20b5625d86b169fbeb1a42b Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 6 Feb 2016 09:49:29 -0600 Subject: [PATCH] Try to find ptrdiff_t for GNUC 4.9.2 https://travis-ci.org/open-source-parsers/jsoncpp/jobs/107452667 --- include/json/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/json/config.h b/include/json/config.h index 7201ba7..1b0581f 100644 --- a/include/json/config.h +++ b/include/json/config.h @@ -5,6 +5,7 @@ #ifndef JSON_CONFIG_H_INCLUDED #define JSON_CONFIG_H_INCLUDED +#include /// If defined, indicates that json library is embedded in CppTL library. //# define JSON_IN_CPPTL 1