Skip to content

Commit d85d750

Browse files
committed
Issue #872: add json/allocator.h in the amalgamated header.
I don't know why we didn't include this before. It seems to work fine.
1 parent 2b593a9 commit d85d750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: amalgamate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
6767
header.add_text("/// to prevent private header inclusion.")
6868
header.add_text("#define JSON_IS_AMALGAMATION")
6969
header.add_file("include/json/version.h")
70-
#header.add_file("include/json/allocator.h") # Not available here.
70+
header.add_file("include/json/allocator.h")
7171
header.add_file("include/json/config.h")
7272
header.add_file("include/json/forwards.h")
7373
header.add_file("include/json/features.h")

0 commit comments

Comments
 (0)