mmdeploy
mmdeploy copied to clipboard
fix build with gcc14
Motivation
when building with gcc 14 I get build error that std:count is not found
Modification
add required includes in files that didn't compile
BC-breaking (Optional)
no
Use cases (Optional)
no
Checklist
- Pre-commit or other linting tools are used to fix the potential lint issues.
- The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
- If the modification has a dependency on downstream projects of a newer version, this PR should be tested with all supported versions of downstream projects.
- The documentation has been modified accordingly, like docstring or example tutorials.