-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
Several of the C-API interfaces in this library declare use of std types (bool, uint, etc.) without including the std headers where they are defined. This leads to order-dependent include requirements within the consuming application if those types are not inherently defined. Examples I've found so far:
MicroOcpp_c.h: Declaresboolwithoutstdbool.hConfiguration_c.h: Declaresboolwithoutstdbool.h
I can put up a PR to cover these, but if there's others I've missed feel free to list them out!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels