Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
#ifndef FS_CEPH_FRAG_H
#define FS_CEPH_FRAG_H
+#include "int_types.h"
+
/*
* "Frags" are a way to describe a subset of a 32-bit number space,
* using a mask and a value to match against that mask. Any given frag
#include <boost/container/small_vector.hpp>
#include <iostream>
+#include <list>
+#include <set>
#include <stdint.h>
-#include <stdio.h>
#include "buffer.h"
#include "compact_map.h"
#include "ceph_frag.h"
+#include "common/Formatter.h"
#include "include/encoding.h"
#include "include/ceph_assert.h"
+#include "include/types.h" // for operator<<(std::set)
#include "common/dout.h"