From 0b7ac5180d7e94f53d050c65b06a5e7ae837f5a1 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 28 Mar 2019 20:43:55 -0400 Subject: [PATCH] messages: Update MStatfsReply.h to work without using namespace Signed-off-by: Adam C. Emerson --- src/messages/MStatfsReply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/MStatfsReply.h b/src/messages/MStatfsReply.h index 4dd6b40e416b1..181c2c64cc622 100644 --- a/src/messages/MStatfsReply.h +++ b/src/messages/MStatfsReply.h @@ -30,7 +30,7 @@ public: } std::string_view get_type_name() const override { return "statfs_reply"; } - void print(ostream& out) const override { + void print(std::ostream& out) const override { out << "statfs_reply(" << header.tid << ")"; } -- 2.39.5