bbc / vc2hqencode

Optimised VC-2 HQ Profile Encoder Library
GNU General Public License v2.0
14 stars 4 forks source link

Add missing #include #11

Closed atsampson closed 3 years ago

atsampson commented 3 years ago

The definition of thread_group uses std::vector.

This fixes a build failure using GCC 10.2; I expect <vector> was being transitively included from one of the other headers before.