aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/stubs/status.h')
-rw-r--r--src/google/protobuf/stubs/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/status.h b/src/google/protobuf/stubs/status.h
index 614ab994..c5d38f0b 100644
--- a/src/google/protobuf/stubs/status.h
+++ b/src/google/protobuf/stubs/status.h
@@ -106,7 +106,7 @@ class LIBPROTOBUF_EXPORT Status {
};
// Prints a human-readable representation of 'x' to 'os'.
-LIBPROTOBUF_EXPORT ostream& operator<<(ostream& os, const Status& x);
+LIBPROTOBUF_EXPORT std::ostream& operator<<(std::ostream& os, const Status& x);
#define EXPECT_OK(value) EXPECT_TRUE((value).ok())