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:
Kefu Chai 2019-01-14 18:05:00 +08:00 committed by Yingxin Cheng
parent af23895dba
commit 1d0fcd847d

View File

@ -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"