From c91b44b02f658548bdc70a625eb54d0ea86f6737 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 8 Feb 2016 14:20:34 -0800 Subject: Add binary for smoke-testing offline downloads --- include/mbgl/storage/response.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl/storage/response.hpp') 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 -- cgit v1.2.1