Skip to content

Commit 9cac86a

Browse files
committed
crush/CrushWrapper: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent 5e9f4b5 commit 9cac86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crush/CrushWrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ extern "C" {
2525
#include "include/err.h"
2626
#include "include/encoding.h"
2727
#include "include/mempool.h"
28+
#include "include/rados.h" // for CEPH_PG_TYPE_*
2829

2930
namespace ceph {
3031
class Formatter;

0 commit comments

Comments
 (0)