ARM-software / ComputeLibrary

The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
MIT License
2.75k stars 767 forks source link

Add missing includes to fix GCC 13 fallout #1042

Closed frispete closed 1 year ago

frispete commented 1 year ago

GCC 13 moved some includes around and as a result, some includes are no longer transitively included.

morgolock commented 1 year ago

Hi @frispete

Thanks for your contribution, please read https://arm-software.github.io/ComputeLibrary/v23.02.1/contribution_guidelines.xhtml

Here on github we only publish a snapshot of the main development branch for each release, that's the reason why we don't accept pull requests.

The development repository is https://review.mlplatform.org/q/project:ml%252FComputeLibrary

Please submit your patch for review to review.mlplatform.org so that we can include it in future releases.

Hope this helps.