]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/kvstore_tool: add "std::" before ostream and string
authorKefu Chai <kchai@redhat.com>
Thu, 8 Jul 2021 00:42:34 +0000 (08:42 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 8 Jul 2021 00:44:26 +0000 (08:44 +0800)
commitbdb4b20eaebd723476d18bfffc22f2f7d2f8ad5e
tree5fbbe5ec1abcd480873b91fcf2f668ba635dfcea
parent5fb2af6221f4d3d96dab25ce807a32bb1de94999
tools/kvstore_tool: add "std::" before ostream and string

also use <iosfwd> instead of <iostream> for forward declaration of
std::ostream, so that we don't need to include the whole iostream
header file in kvstore_tool.h.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/kvstore_tool.h