diff options
Diffstat (limited to 'src/rgw/rgw_formats.h')
-rw-r--r-- | src/rgw/rgw_formats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgw/rgw_formats.h b/src/rgw/rgw_formats.h index 29767851d5f..28aaf008907 100644 --- a/src/rgw/rgw_formats.h +++ b/src/rgw/rgw_formats.h @@ -1,12 +1,12 @@ #ifndef CEPH_RGW_FORMATS_H #define CEPH_RGW_FORMATS_H -#include "common/Formatter.h" - #include <list> #include <stdint.h> #include <string> +#include "common/Formatter.h" + struct plain_stack_entry { int size; bool is_array; |