We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3c7a7 commit aff1171Copy full SHA for aff1171
1 file changed
amalgamate.py
@@ -72,6 +72,7 @@ def amalgamate_source( source_top_dir=None,
72
header.add_file( 'include/json/value.h' )
73
header.add_file( 'include/json/reader.h' )
74
header.add_file( 'include/json/writer.h' )
75
+ header.add_file( 'include/json/assertions.h' )
76
header.add_text( '#endif //ifndef JSON_AMALGATED_H_INCLUDED' )
77
78
target_header_path = os.path.join( os.path.dirname(target_source_path), header_include_path )
0 commit comments