From: Francis B. <fra...@cm...> - 2012-01-13 15:37:11
|
assertions.h is missing. Here's the patch: Index: amalgamate.py =================================================================== --- amalgamate.py (revision 248) +++ amalgamate.py (working copy) @@ -66,6 +66,7 @@ header.add_text( '/// If defined, indicates that the source file is amalgated' ) header.add_text( '/// to prevent private header inclusion.' ) header.add_text( '#define JSON_IS_AMALGAMATION' ) + header.add_file( 'include/json/assertions.h' ) header.add_file( 'include/json/config.h' ) header.add_file( 'include/json/forwards.h' ) header.add_file( 'include/json/features.h' ) |