156c156
< int active_threads = activeThreads->size();
---
> auto active_threads = activeThreads->size();
198c198
< int
---
> size_t