From 64109072344d20a2959bff0e6af32ef6b336753c Mon Sep 17 00:00:00 2001 From: ipknHama Date: Wed, 21 Sep 2016 23:17:29 +0900 Subject: Update amalgamate --- amalgamate/crow_all.h | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) (limited to 'amalgamate/crow_all.h') diff --git a/amalgamate/crow_all.h b/amalgamate/crow_all.h index 27c15f2..41b06ff 100644 --- a/amalgamate/crow_all.h +++ b/amalgamate/crow_all.h @@ -6324,13 +6324,14 @@ constexpr crow::HTTPMethod operator "" _method(const char* str, size_t /*len*/) #pragma once +#include + -#include namespace crow { @@ -7074,6 +7075,7 @@ namespace crow + namespace crow { template @@ -9599,5 +9601,53 @@ namespace crow using App = Crow; using SimpleApp = Crow<>; } + + + +#pragma once + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf