Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing include file for std::atomic (#3977)
rate_observer class needs the include file because it constructs an atomic object on 'std::atomic<bool> stopped{ false };'
- Loading branch information