aboutsummaryrefslogtreecommitdiffstats
path: root/http_request.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-04-15 00:31:51 +0900
committeripknHama <ipknhama@gmail.com>2014-04-15 00:31:51 +0900
commit53debf7e2cb494d8ea89205812bf792e8e9354da (patch)
treec0195ecc0673b794087c99908a2314dfc8a0ff31 /http_request.h
parent7ec586556e348725bff3919f4787a75d71c520fa (diff)
downloadcrow-53debf7e2cb494d8ea89205812bf792e8e9354da.tar.gz
crow-53debf7e2cb494d8ea89205812bf792e8e9354da.zip
parameter passing done for int
Diffstat (limited to 'http_request.h')
-rw-r--r--http_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/http_request.h b/http_request.h
index e5a8da0..c08d51f 100644
--- a/http_request.h
+++ b/http_request.h
@@ -1,5 +1,7 @@
#pragma once
+#include "common.h"
+
namespace flask
{
struct request