commit | 779d8a33fcf5e52ed20b5625d86b169fbeb1a42b | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sat Feb 06 09:49:29 2016 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sat Feb 06 09:49:29 2016 -0600 |
tree | a14f0284f573f3cc4522599c1ea5d0fb27a0c65f | |
parent | d4513fcf45e66569b4654b8f43f9ecf956090cbe [diff] |
Try to find ptrdiff_t for GNUC 4.9.2 https://travis-ci.org/open-source-parsers/jsoncpp/jobs/107452667
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 <stddef.h> /// If defined, indicates that json library is embedded in CppTL library. //# define JSON_IN_CPPTL 1