mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
iomanip isn't available for our DSP. Luckily, we compile with FLATBUFFERS_PREFER_PRINTF, so moved the #include directive there. ctype.h has to be included explicilty for tolower() and toupper().