You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed on Mac OS with Clang at least that size_t is not defined without <cstddef>. I have a wrapper that includes it and my compile is fine with that above the i2cdriver.h include. I don't know how multi-platform that is/any implications, but I think you might be missing a <cstddef> in the .h file that you get lucky on depending on how you include?
Let me know if PEBKAC/ID10T
The text was updated successfully, but these errors were encountered:
I noticed on Mac OS with Clang at least that size_t is not defined without <cstddef>. I have a wrapper that includes it and my compile is fine with that above the i2cdriver.h include. I don't know how multi-platform that is/any implications, but I think you might be missing a <cstddef> in the .h file that you get lucky on depending on how you include?
Let me know if PEBKAC/ID10T
The text was updated successfully, but these errors were encountered: