atomicqueue: fix include order# Please enter the commit message for your changes. Lines starting
Add an atomic queue. The queue can be used from multiple threads simultaneously and without taking any locks or doing any blocking operations. This makes it highly scalable for things like the bus, bufferpools and object recycling.