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 };'
This commit is contained in:
parent
f2ddac1be0
commit
e578be151d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <nano/lib/stats.hpp>
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue