aboutsummaryrefslogtreecommitdiffstats
path: root/include/middleware_context.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-10-24 04:17:20 +0900
committeripknHama <ipknhama@gmail.com>2014-10-24 04:17:20 +0900
commit4b3b8070e75ce0fc181e5c012c47da2a1e7a918e (patch)
treec37dbfca12083af14a7fa671d5e1bb8f768e0030 /include/middleware_context.h
parentbdc9dd8d480b2d116b80f795f38cc8ed28dbb93d (diff)
downloadcrow-4b3b8070e75ce0fc181e5c012c47da2a1e7a918e.tar.gz
crow-4b3b8070e75ce0fc181e5c012c47da2a1e7a918e.zip
added missing header for amalgate
Diffstat (limited to 'include/middleware_context.h')
-rw-r--r--include/middleware_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/middleware_context.h b/include/middleware_context.h
index 980a821..daaaa5c 100644
--- a/include/middleware_context.h
+++ b/include/middleware_context.h
@@ -1,6 +1,8 @@
#pragma once
#include "utility.h"
+#include "http_request.h"
+#include "http_response.h"
namespace crow
{