From 7fc19639b16f4f2c08a30f15ab44b9efaba65835 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 12 Jan 2020 15:25:04 +0100 Subject: Add missing header. --- include/answer.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/answer.hpp b/include/answer.hpp index b0cafdf..b820a70 100644 --- a/include/answer.hpp +++ b/include/answer.hpp @@ -18,6 +18,7 @@ #define MASTODONPP_ANSWER_HPP #include +#include #include #include @@ -26,6 +27,7 @@ namespace mastodonpp using std::uint8_t; using std::uint16_t; +using std::ostream; using std::string; using std::string_view; @@ -97,8 +99,7 @@ struct answer_type * * @since 0.1.0 */ - friend std::ostream &operator <<(std::ostream &out, - const answer_type &answer); + friend ostream &operator <<(ostream &out, const answer_type &answer); /*! * @brief Returns the value of a header field. -- cgit v1.2.3-54-g00ecf