mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
common: #include <atomic> in headers where atomic<> is used
so these headers are self-contained. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
1b96dada33
commit
edd41a7015
@ -15,6 +15,7 @@
|
||||
#ifndef CEPH_LOGCLIENT_H
|
||||
#define CEPH_LOGCLIENT_H
|
||||
|
||||
#include <atomic>
|
||||
#include "common/LogEntry.h"
|
||||
#include "common/Mutex.h"
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#ifndef TRACKEDREQUEST_H_
|
||||
#define TRACKEDREQUEST_H_
|
||||
|
||||
#include <atomic>
|
||||
#include "common/histogram.h"
|
||||
#include "msg/Message.h"
|
||||
#include "common/RWLock.h"
|
||||
|
Loading…
Reference in New Issue
Block a user