Skip to content

Commit b257ddd

Browse files
committed
common/ceph_strings: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent 1307e49 commit b257ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/ceph_strings.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
* Ceph string constants
33
*/
44
#include "ceph_strings.h"
5-
#include "include/types.h"
65
#include "include/ceph_features.h"
6+
#include "include/ceph_fs.h" // for CEPH_CON_MODE_*
7+
#include "include/msgr.h" // for CEPH_ENTITY_TYPE_*
78

89
const char *ceph_entity_type_name(int type)
910
{

0 commit comments

Comments
 (0)