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
When compiling with gcc15, compiliation fails due to undeclared
uint8_t type, it requires <cstdint> header to be present.
This change adds this missing header.
Signed-off-by: Gyorgy Sarvari <[email protected]>
0 commit comments