fix missing includes
This commit is contained in:
parent
ea38e5eeb7
commit
8b9c1bd784
|
|
@ -28,6 +28,7 @@
|
|||
#include <mutex>
|
||||
#include <fmt/ostream.h>
|
||||
#include <fmt/chrono.h>
|
||||
#include <string>
|
||||
|
||||
#include <common/log.hh>
|
||||
#include <common/threads.hh>
|
||||
|
|
|
|||
|
|
@ -175,6 +175,7 @@ struct percent_clock
|
|||
};
|
||||
|
||||
#include <list>
|
||||
#include <atomic>
|
||||
|
||||
// base class intended to be inherited for stat trackers;
|
||||
// they will automatically print the results at the end,
|
||||
|
|
|
|||
Loading…
Reference in New Issue