Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
167 stars 40 forks source link

[Core]: Add missing cassert to internal control function source file #471

Closed ad3154 closed 1 month ago

ad3154 commented 1 month ago

Describe your changes

This just adds the cassert header to can_internal_control_function source file. We use the assert macro in there, but it wasn't included.

How has this been tested?

This had been causing a compilation issue for me in another branch, which is interesting since the CI is passing, but adding this line allows it to compile.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud