We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b593a9 commit d85d750Copy full SHA for d85d750
amalgamate.py
@@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
67
header.add_text("/// to prevent private header inclusion.")
68
header.add_text("#define JSON_IS_AMALGAMATION")
69
header.add_file("include/json/version.h")
70
- #header.add_file("include/json/allocator.h") # Not available here.
+ header.add_file("include/json/allocator.h")
71
header.add_file("include/json/config.h")
72
header.add_file("include/json/forwards.h")
73
header.add_file("include/json/features.h")
0 commit comments