diff options
Diffstat (limited to 'src/os/hobject.h')
-rw-r--r-- | src/os/hobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/hobject.h b/src/os/hobject.h index 28e0da0d82a..47fcb3dda39 100644 --- a/src/os/hobject.h +++ b/src/os/hobject.h @@ -15,6 +15,9 @@ #ifndef __CEPH_OS_HOBJECT_H #define __CEPH_OS_HOBJECT_H +#include <string.h> +#include "include/types.h" +#include "include/rados.h" #include "include/object.h" #include "include/cmp.h" |