mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-27 11:21:02 +08:00
parent
c018d9fc3a
commit
12c67e810d
@ -119,11 +119,15 @@
|
|||||||
# define JSON_USE_INT64_DOUBLE_CONVERSION 1
|
# define JSON_USE_INT64_DOUBLE_CONVERSION 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "version.h"
|
#if !defined(JSON_IS_AMALGAMATION)
|
||||||
|
|
||||||
#if JSONCPP_USING_SECURE_MEMORY
|
# include "version.h"
|
||||||
#include "allocator.h" //typedef Allocator
|
|
||||||
#endif
|
# if JSONCPP_USING_SECURE_MEMORY
|
||||||
|
# include "allocator.h" //typedef Allocator
|
||||||
|
# endif
|
||||||
|
|
||||||
|
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||||
|
|
||||||
namespace Json {
|
namespace Json {
|
||||||
typedef int Int;
|
typedef int Int;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user