Avoid including `limits.h` and `stdint.h` before `mruby.h`.
They are included from `mruby.h` anyway, and including it ahead can cause some errors regarding `INT32_MAX` etc. with C++ compiler.
Showing
Please register or sign in to comment