Skip to content

Commit aff1171

Browse files
committed
Added missing "include/json/assertions.h" header in amalgamate.py.
1 parent ae3c7a7 commit aff1171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

amalgamate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def amalgamate_source( source_top_dir=None,
7272
header.add_file( 'include/json/value.h' )
7373
header.add_file( 'include/json/reader.h' )
7474
header.add_file( 'include/json/writer.h' )
75+
header.add_file( 'include/json/assertions.h' )
7576
header.add_text( '#endif //ifndef JSON_AMALGATED_H_INCLUDED' )
7677

7778
target_header_path = os.path.join( os.path.dirname(target_source_path), header_include_path )

0 commit comments

Comments
 (0)