Skip to content

Commit c62a014

Browse files
committed
Merge branch 'master' into pre-v2.y.z
2 parents d0c9c71 + c4f162e commit c62a014

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ selaselah <selah@outlook.com>
9797
Sergiy80 <sil2004@gmail.com>
9898
sergzub <sergzub@gmail.com>
9999
Stefan Schweter <stefan@schweter.it>
100+
Stefano Fiorentino <stefano.fiore84@gmail.com>
100101
Steffen Kieß <Steffen.Kiess@ipvs.uni-stuttgart.de>
101102
Steven Hahn <hahnse@ornl.gov>
102103
Stuart Eichert <stuart@fivemicro.com>

amalgamate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def amalgamate_source(source_top_dir=None,
9999
header.add_text("/// If defined, indicates that the source file is amalgamated")
100100
header.add_text("/// to prevent private header inclusion.")
101101
header.add_text("#define JSON_IS_AMALGAMATION")
102+
header.add_file(os.path.join(INCLUDE_PATH, "version.h"))
103+
header.add_file(os.path.join(INCLUDE_PATH, "allocator.h"))
102104
header.add_file(os.path.join(INCLUDE_PATH, "config.h"))
103105
header.add_file(os.path.join(INCLUDE_PATH, "forwards.h"))
104106
header.add_text("#endif //ifndef JSON_FORWARD_AMALGAMATED_H_INCLUDED")

0 commit comments

Comments
 (0)