mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
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.
This commit is contained in:
parent
2b593a9da8
commit
d85d75045c
@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
|
||||
header.add_text("/// to prevent private header inclusion.")
|
||||
header.add_text("#define JSON_IS_AMALGAMATION")
|
||||
header.add_file("include/json/version.h")
|
||||
#header.add_file("include/json/allocator.h") # Not available here.
|
||||
header.add_file("include/json/allocator.h")
|
||||
header.add_file("include/json/config.h")
|
||||
header.add_file("include/json/forwards.h")
|
||||
header.add_file("include/json/features.h")
|
||||
|
Loading…
Reference in New Issue
Block a user