summaryrefslogtreecommitdiff
path: root/http/http_request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_request.hpp')
-rw-r--r--http/http_request.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/http_request.hpp b/http/http_request.hpp
index 3fd9d4d753..5ce434b921 100644
--- a/http/http_request.hpp
+++ b/http/http_request.hpp
@@ -51,6 +51,8 @@ struct Request
}
}
+ Request() = default;
+
Request(const Request& other) = default;
Request(Request&& other) = default;