mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
common/pick_address: #include "ceph_context.h"
pick_address.cc reference cct->_conf, so it should include the definition of of CephContext explicitly instead of relying on the fact that some headers it includes include its definition. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
af23895dba
commit
1d0fcd847d
@ -15,6 +15,7 @@
|
||||
#include "common/pick_address.h"
|
||||
#include "include/ipaddr.h"
|
||||
#include "include/str_list.h"
|
||||
#include "common/ceph_context.h"
|
||||
#include "common/config_obs.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/errno.h"
|
||||
|
Loading…
Reference in New Issue
Block a user