diff options
Diffstat (limited to 'Utilities/cmjsoncpp/include/json/config.h')
-rw-r--r-- | Utilities/cmjsoncpp/include/json/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmjsoncpp/include/json/config.h b/Utilities/cmjsoncpp/include/json/config.h index afd3a45..4d31797 100644 --- a/Utilities/cmjsoncpp/include/json/config.h +++ b/Utilities/cmjsoncpp/include/json/config.h @@ -6,6 +6,9 @@ #ifndef JSON_CONFIG_H_INCLUDED #define JSON_CONFIG_H_INCLUDED +// Include KWSys Large File Support configuration. +#include <cmsys/Configure.h> + /// If defined, indicates that json library is embedded in CppTL library. //# define JSON_IN_CPPTL 1 |