summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/response.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/response.hpp')
-rw-r--r--include/mbgl/storage/response.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/storage/response.hpp b/include/mbgl/storage/response.hpp
index 162a272948..bec1efe6b1 100644
--- a/include/mbgl/storage/response.hpp
+++ b/include/mbgl/storage/response.hpp
@@ -53,6 +53,8 @@ public:
Error(Reason, const std::string& = "");
};
+std::ostream& operator<<(std::ostream&, Response::Error::Reason);
+
} // namespace mbgl
#endif