Skip to content

Commit 9136ed3

Browse files
MaxKellermannvshankar
authored andcommitted
include/fs_types: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent 6d3dffc commit 9136ed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/fs_types.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
#define CEPH_INCLUDE_FS_TYPES_H
55

66
#include <cstdint>
7+
#include <list>
78
#include <iostream>
9+
#include <string>
810

911
#include "common/Formatter.h"
1012
#include "include/buffer.h"
1113
#include "include/ceph_fs.h" // for struct ceph_file_layout
14+
#include "include/encoding.h"
1215
#include "include/hash.h" // for rjhash
1316

1417
class JSONObj;

0 commit comments

Comments
 (0)