summaryrefslogtreecommitdiff
path: root/src/osd/OSDCap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/OSDCap.h')
-rw-r--r--src/osd/OSDCap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/osd/OSDCap.h b/src/osd/OSDCap.h
index 4306b89988b..00293212f45 100644
--- a/src/osd/OSDCap.h
+++ b/src/osd/OSDCap.h
@@ -27,10 +27,11 @@
#ifndef CEPH_OSDCAP_H
#define CEPH_OSDCAP_H
+#include "include/types.h"
+
#include <ostream>
-using std::ostream;
-#include "include/types.h"
+using std::ostream;
static const __u8 OSD_CAP_R = (1 << 1); // read
static const __u8 OSD_CAP_W = (1 << 2); // write