diff --git a/src/cli_flatten.cpp b/src/cli_flatten.cpp index 0ad016c1..bcd97484 100644 --- a/src/cli_flatten.cpp +++ b/src/cli_flatten.cpp @@ -3,6 +3,7 @@ #include "cli.h" #include "cluster_client.h" +#include // Flatten a layer: merge all parents into a layer and break the connection completely struct snap_flattener_t diff --git a/src/cli_simple_offsets.cpp b/src/cli_simple_offsets.cpp index 09562f9d..6751f506 100644 --- a/src/cli_simple_offsets.cpp +++ b/src/cli_simple_offsets.cpp @@ -8,6 +8,7 @@ #include "cli.h" #include "cluster_client.h" #include "base64.h" +#include // Calculate offsets for a block device and print OSD command line parameters std::function cli_tool_t::simple_offsets(json11::Json cfg)