mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:21:06 +00:00
96f3cf690f
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().