Add missing header.
This commit is contained in:
parent
20410ece28
commit
7fc19639b1
|
@ -18,6 +18,7 @@
|
||||||
#define MASTODONPP_ANSWER_HPP
|
#define MASTODONPP_ANSWER_HPP
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <ostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@ namespace mastodonpp
|
||||||
|
|
||||||
using std::uint8_t;
|
using std::uint8_t;
|
||||||
using std::uint16_t;
|
using std::uint16_t;
|
||||||
|
using std::ostream;
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::string_view;
|
using std::string_view;
|
||||||
|
|
||||||
|
@ -97,8 +99,7 @@ struct answer_type
|
||||||
*
|
*
|
||||||
* @since 0.1.0
|
* @since 0.1.0
|
||||||
*/
|
*/
|
||||||
friend std::ostream &operator <<(std::ostream &out,
|
friend ostream &operator <<(ostream &out, const answer_type &answer);
|
||||||
const answer_type &answer);
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Returns the value of a header field.
|
* @brief Returns the value of a header field.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user