From 3246587375a7872ffe2c021b3d608149d0c7cf96 Mon Sep 17 00:00:00 2001 From: antao Date: Thu, 18 Oct 2018 16:20:46 +0800 Subject: [PATCH] Update a header file --- lib/inc/drogon/utils/FunctionTraits.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/inc/drogon/utils/FunctionTraits.h b/lib/inc/drogon/utils/FunctionTraits.h index 4bfee010..28f98e11 100755 --- a/lib/inc/drogon/utils/FunctionTraits.h +++ b/lib/inc/drogon/utils/FunctionTraits.h @@ -1,8 +1,7 @@ /** * - * @file - * @author An Tao - * @section LICENSE + * FunctionTraits.h + * An Tao * * Copyright 2018, An Tao. All rights reserved. * Use of this source code is governed by a MIT license @@ -16,11 +15,16 @@ #include #include +#include +#include + namespace drogon { class HttpRequest; class HttpResponse; typedef std::shared_ptr HttpRequestPtr; +typedef std::shared_ptr HttpResponsePtr; + namespace utility {