nfroidure / ttf2woff2

Convert ttf files to woff2.
MIT License
302 stars 39 forks source link

Include assert.h explicitly to fix windows build #16

Closed GerjanOnline closed 8 years ago

GerjanOnline commented 8 years ago

Fixes the error: C3861: 'assert': identifier not found on Windows

I am not sure how this fix behaves on unix systems, and/or if i need to wrap it inside a macro/directive