Merge pull request #151 from abiggerhammer/master

add platform.h to distribution headers
This commit is contained in:
TQ Hirsch 2015-10-03 16:47:43 +02:00
commit 65dcf8d0d6

View file

@ -7,7 +7,8 @@ dist_headers = [
"allocator.h",
"compiler_specifics.h",
"glue.h",
"internal.h"
"internal.h",
"platform.h"
]
parsers_headers = [