aboutsummaryrefslogtreecommitdiffstats
path: root/include/middleware_context.h
diff options
context:
space:
mode:
authorAntony Woods <acron1@gmail.com>2014-10-24 09:40:09 +0100
committerAntony Woods <acron1@gmail.com>2014-10-24 09:40:09 +0100
commit693aac108de4dc62811b9a2737d895ada474cfb2 (patch)
tree44cc722afea8b6ef26095cd27aa64b97ec48d74e /include/middleware_context.h
parent27bf11d35c8ce44fd9fef656e2975712846b9bb2 (diff)
parent4b3b8070e75ce0fc181e5c012c47da2a1e7a918e (diff)
downloadcrow-693aac108de4dc62811b9a2737d895ada474cfb2.tar.gz
crow-693aac108de4dc62811b9a2737d895ada474cfb2.zip
Post-pull commit
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
{