Skip to content

Commit

Permalink
Added missing "include/json/assertions.h" header in amalgamate.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
blep committed Jul 27, 2012
1 parent ae3c7a7 commit aff1171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def amalgamate_source( source_top_dir=None,
header.add_file( 'include/json/value.h' )
header.add_file( 'include/json/reader.h' )
header.add_file( 'include/json/writer.h' )
header.add_file( 'include/json/assertions.h' )
header.add_text( '#endif //ifndef JSON_AMALGATED_H_INCLUDED' )

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

0 comments on commit aff1171

Please sign in to comment.