We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c018d9f commit 12c67e8Copy full SHA for 12c67e8
include/json/config.h
@@ -119,11 +119,15 @@
119
# define JSON_USE_INT64_DOUBLE_CONVERSION 1
120
#endif
121
122
-#include "version.h"
+#if !defined(JSON_IS_AMALGAMATION)
123
124
-#if JSONCPP_USING_SECURE_MEMORY
125
-#include "allocator.h" //typedef Allocator
126
-#endif
+# include "version.h"
+
+# if JSONCPP_USING_SECURE_MEMORY
127
+# include "allocator.h" //typedef Allocator
128
+# endif
129
130
+#endif // if !defined(JSON_IS_AMALGAMATION)
131
132
namespace Json {
133
typedef int Int;
0 commit comments