Cppcheck fails to detect a header file during analyses so it incorrectly reports a MISRA C:2012 violation of Rule 8.4. The code is written correctly (see this) but I can't find where to add a header file or path:
How do I add a header file in CppCheck?