robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

Include What You Use: Always include cstdint when necessary #72

Closed traversaro closed 7 months ago

traversaro commented 7 months ago

uint32_t was used in a few files without using the appropriate include cstdint. Probably in some cases this worked thanks to transitive includes.

Fix https://github.com/robotology/blockfactory/issues/71 .