File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ selaselah <selah@outlook.com>
97
97
Sergiy80 <sil2004@gmail.com>
98
98
sergzub <sergzub@gmail.com>
99
99
Stefan Schweter <stefan@schweter.it>
100
+ Stefano Fiorentino <stefano.fiore84@gmail.com>
100
101
Steffen Kieß <Steffen.Kiess@ipvs.uni-stuttgart.de>
101
102
Steven Hahn <hahnse@ornl.gov>
102
103
Stuart Eichert <stuart@fivemicro.com>
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ def amalgamate_source(source_top_dir=None,
99
99
header .add_text ("/// If defined, indicates that the source file is amalgamated" )
100
100
header .add_text ("/// to prevent private header inclusion." )
101
101
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" ))
102
104
header .add_file (os .path .join (INCLUDE_PATH , "config.h" ))
103
105
header .add_file (os .path .join (INCLUDE_PATH , "forwards.h" ))
104
106
header .add_text ("#endif //ifndef JSON_FORWARD_AMALGAMATED_H_INCLUDED" )
You can’t perform that action at this time.
0 commit comments