mmdeploy icon indicating copy to clipboard operation
mmdeploy copied to clipboard

fix build with gcc14

Open kirillrdy opened this issue 10 months ago • 1 comments

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

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
  3. 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.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

kirillrdy avatar Feb 10 '25 02:02 kirillrdy

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 10 '25 02:02 CLAassistant