Some class headers were not including stdint.h themselves, despite relying on those types, and relying on them already being included earlier elsewhere. Consistently include stdint.h where it's used. Fixes: https://github.com/libopencm3/libopencm3/issues/1471 Signed-off-by: Karl Palsson <karlp@tweak.au>