chadaustin / sajson

Lightweight, extremely high-performance JSON parser for C++11
MIT License
562 stars 42 forks source link

fix header include #34

Closed wojdyr closed 6 years ago

wojdyr commented 6 years ago

stdint.h is needed for uint8_t (I got the error below) and stdarg.h (variadic functions) seems to be not used.

In file included from tests/test_no_stl.cpp:2: include/sajson.h:79:15: error: unknown type name 'uint8_t' const uint8_t globals_struct::parse_flags[256] = {