stephenberry / glaze

Extremely fast, in memory, JSON and interface library for modern C++
MIT License
1.24k stars 124 forks source link

Add missing include inside of threadpool.hpp #1413

Closed X-rays5 closed 4 weeks ago

X-rays5 commented 4 weeks ago

After updating glaze I encountered a missing include inside of threadpool.hpp which was introduced in commit: 544da7a. I've added the deque include and removed an unused list include.

This issue can also be seen on compiler explorer with the current main branch version of glaze: https://godbolt.org/z/TWW7G318T

stephenberry commented 4 weeks ago

Thanks so much for this fix!