vivkin / gason

Lightweight and fast JSON parser for C++
MIT License
338 stars 51 forks source link

Add stddef.h to gason.h for size_t #4

Closed ChrisJefferson closed 10 years ago

ChrisJefferson commented 10 years ago

size_t is contained in stddef.h (needed at least for g++ 4.8 on Ubuntu 14.04)